richselect: the width of the suggest popup

What would be the best way to auto-size (or at least min-size) the width of the suggest popup of a richselect control?

You can get the width of the biggest item value with the help of a webix.html.getTextSize method.

Then you’ll need to define this width before suggest is shown. Check the snippet, please: http://webix.com/snippet/1f8695a0

It would be nice if the autowidth option did this.

Looks like this option existed at some point - found it via Google at https://docs.webix.com/api__link__ui.richselect_autowidth_config.html).

Setting autowidth: true does something strange: https://snippet.webix.com/e078f8b0

The page for this property did exist at some point, until it was found and deleted, because the component does not have it, and the page was automatically generated by inheritance from another component (probably button). So the property for this component never existed. I am sorry that this has caused misunderstanding.