Checksuggest auto width on multicombo

According to the documentation https://docs.webix.com/desktop__suggest.html#sizingandpositioning is possibile to adjust the with of the suggest list of a widget, as a “combo” or a “multicombo”, to be wider than the parent with the parameter “fitMaster: false”.

In this snippet (https://snippet.webix.com/2doeoqf1) I’m trying to have the same result with a “multicombo” widget but the width of the suggest list is always the same of the parent view.

Am I missing some property to set?

Hello @Gjika ,
You need to set width as well: Code Snippet .
It is also possible to adjust the suggest width to the longest item within the list: Code Snippet (the items width can be got with the help of a webix.html.getTextSize method) .

1 Like