EvanOxfeld / angular-selectize.js

Angular Selectize directive for a hybrid textbox + <select> box. Supports ngOptions and two-way bindings.
MIT License
34 stars 16 forks source link

Option groups are lost when using the search #31

Open w33ble opened 9 years ago

w33ble commented 9 years ago

Then using group by in ng-options, the options are initially sorted just fine, and everything works as expected. As soon as you start using the input search, however, all grouping disappears.

This is evident in the demo from the readme - all grouping and sorting is lost when removing the default value.

2014-12-30 09_44_12