How to use tags or chips inside textbox ?

How to use tags or chips inside textbox without using multicombo ?

Hello, @Naufil

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: Code Snippet

Thank you @AlenaLisava

Hi, @AlenaLisava, in this example(Code Snippet), On submit button i am not able to get proper value inside multicombo.