combo / size of popup

Hi, can you help me to make the size of the popup bigger but keeping the input field this actual size.

http://webix.com/snippet/763df16c

The reason is the value in the field is 3 letter code, but the popup will be a long address…

Thanks!

Hi,

As a rule, combo and richselect popups are adjusted to the input size, which is controlled by fitMaster property of a popup (true by default). When set to false, it allows defining any size for the popup, or using its default 300px.

http://webix.com/snippet/e5d9a828

Additionally, it seems to me that you need separate templates for the input fields and popup list items. It can be as well easily done:

http://webix.com/snippet/6603cca0

wonderful !