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?