angular-selectize.js
angular-selectize.js copied to clipboard
Option groups are lost when using the search
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.