MultiCombo separate to Suggest list

Hello,
At the bottom of the Multicombo documentation (https://docs.webix.com/desktop__multicombo.html) there is a conversation about having the suggestion popup separate to the control showing the tags. An example link was suggested by @Nastassia Kavalenka https://snippet.webix.com/g7dtayb4 setting the multicombo readonly. This means that items placed in the control cannot be individually removed though. Can anyone offer any suggestions how the control can be used purely as a “storage” container? Thanks for any pointers you may be able to offer
-SrvrSide

Hello @SrvrSide ,
It is possible to customize ui.multiCombo. Namely, you can create a custom readonly mode in which click on “x” is not blocked.
Here is an example:
https://snippet.webix.com/hgcen3s6

Thank you very much @annazankevich