wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 651 forks source link

Accordion functionality #521

Open sharathdaniel opened 4 years ago

sharathdaniel commented 4 years ago

Is it possible to include accordion functionality in the dropdown.

Desired functionality:

  1. Initially only optgroups will be shown.
  2. Clicking on the optgroup will show the options under it.
  3. If we are searching for something in the filter, the optgroup (accordion) should expand (show sub options) if it contains the result.