ComboBox with context menu or alternative solutions

I welcome!

Whether there is a possibility to add the contextual menu in ComboBox with possibility of addition / of removal of points, or, maybe, there are any else similar lists with the contextual menu?
11790.png

Hi,

The ComboBox does not support context menus. New items can be added by setting new items allowed and implementing a NewItemHandler (see
this
and
this
).

To get context menu support for the ComboBox you would have to write an extension to the component on the client side. I am not aware of any add-ons that would currently offer such functionality. Easiest (server-only) to implement add/remove is to use the NewItemHandler for adding items, and putting a separate ‘remove’ button next to the ComboBox. Although this is not exactly what you were looking for.


Tepi

I welcome once again, Tepi!

Yes, actually, I and have arrived, thanks!
11795.png