Combo: Setting width of popup to longest text string

How can we set the combo component to have its popup be wide enough to accommodate the longest value in the popup?

Anybody?

There are two sizing options

  • size popup to the master combo control (default)
  • define a fixed size for popup

http://webix.com/snippet/21a82a9f

Ok thanks!