To solve the issue, we would still suggest you use multicombo but prevent the popup show. To achieve this behavior is possible by returning false in onBeforeShowevent.
To get the values from the text box is possible with onChangeevent.
Here is the snippet: https://snippet.webix.com/1y0erv6g
Comments
Hello, @Naufil
To solve the issue, we would still suggest you use
multicombo
but prevent thepopup
show. To achieve this behavior is possible by returning false in onBeforeShowevent.To get the values from the text box is possible with onChangeevent.
Here is the snippet: https://snippet.webix.com/1y0erv6g
Thank you @AlenaLisava