The select editor sets the end value based on the selected item's id, and that is the intended behaviour. You can either provide an array of strings (https://snippet.webix.com/a53hxgu7), or match your ids to the values in your options list: https://snippet.webix.com/8e5ec0yk.
Comments
Hello @nikolai996,
The select editor sets the end value based on the selected item's id, and that is the intended behaviour. You can either provide an array of strings (https://snippet.webix.com/a53hxgu7), or match your ids to the values in your
options
list: https://snippet.webix.com/8e5ec0yk.