Multicombo inherits from a standard Combo control.
CSS class | Element |
---|---|
.webix_control.webix_el_text.webix_multicombo | the whole "combo" control |
.webix_multicombo_input | the input field |
.webix_multicombo_listbox | the container for the input and tags |
.webix_multicombo_value | the selected item of the control |
.webix_multicombo_delete | the icon for removing an item |
.webix_list.webix_multilist | the list of options |
Read more about Multicombo
Back to top