You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
I like this lib, it's good replacement to select2 in angular projects. Now there is lacks only list grouping which exists in native select and select2. I see your plans on it in your roadmap and I suggest to discuss future feature api here.
I propose the new keyword in repeat option — group by, like it used in angular select directive in ng-options attribute:
<ui-selectng-model="person.selected" theme="select2" class="form-control"><matchplaceholder="Select or search a person in the list...">{{$select.selected.name}}</match><choicesrepeat="group by item.department for item in people"><spanng-bind-html="item.name | highlight: $select.search"></span><smallng-bind-html="item.email | highlight: $select.search"></small></choices></ui-select>
I can try implement this feature, if you approve this grouping definition
The text was updated successfully, but these errors were encountered:
I like this lib, it's good replacement to select2 in angular projects. Now there is lacks only list grouping which exists in native select and select2. I see your plans on it in your roadmap and I suggest to discuss future feature api here.
I propose the new keyword in repeat option —
group by
, like it used in angularselect
directive inng-options
attribute:I can try implement this feature, if you approve this grouping definition
The text was updated successfully, but these errors were encountered: