Multicombo component doesn't clear the filtered value if the value contains apostrophe character

https://snippet.webix.com/b2hnfi5r

In the above snippet, there are two values for the multicombo. Where second value contains the apostrophe character and once selected it cannot be cleared by clicking on “x” icon.
In our application, we are using data with same values for id and value property

you cannot use ' character in id due to internal logic.
if you must use it, then encode ids before setting data and decode after collecting values.

Hey @Nandeesh, thank you for the bug report! I can confirm the issue, it should be fixed in the nearest update.