Multiselect CSS

Multiselect inherits from a standard Richselect control.

Webix Multiselect basic use

webix.ui({
  view:"multiselect", suggest:{
    view:"multisuggest", data:[
      {id:1, value:"one"},
      {id:2, value:"two"}
      ]
    }
});

Webix Suggest List basic use

CSS class Element
.webix_control.webix_el_richselect the whole 'richselect' control
.webix_list.webix_multilist the list of options

Read more about Multiselect

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.