Remove initial value in editor upon select

Hello!
I’m trying to figure out how to set an initial text in an editor (combo).
When the user selects a value in the list, the selected value should be shown instead.
The initial text is not an option in the selection-list.

Please se example:
http://webix.com/snippet/2da2a2f5

Any ideas?
Thank you! :slight_smile:

Hello,

There’s no obvious way to do such thing, but as the template can be a function, you can do something like this:

http://webix.com/snippet/b6f6c607

Great, many thanks!
The part “column.collection.getItem(value).value” was quite difficult to figure out from documentation.