Richselect displays ... instead of the selected value

In this snippet, the richselect shows ... for widths between 56 and 61 (pixels), but a narrower width of 55 displays the default value >= correctly. What’s going on?

And is there an easy way to set autowidth: true for selects or richselects? That would solve this problem, and is a very common use case. Setting the width by hand is cumbersome and error-prone (if the font/skin changes etc.). Widths should be specified in CSS ems instead of pixels, anyway.

If I understand correctly the second part about an easy way to specify autowidth.

Not specifying a width at all will make the richselect as wide as the container allows.

https://snippet.webix.com/qzd1rv6n


Sorry, I see you are after automatically fitting the control to its content. Ignore above then :slight_smile: