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'm interested in selecting a group header to filter by all of the members of that group. I've made this crudely work by just calling ctrl.select when a group is selected and checking whether .items is present to determine what my ui-select-match expression should look like.
I'm happy to do a pull request to add this functionality but wanted to check:
Whether it's actually wanted or was deliberately omitted (select2 has this functionality)
Whether I should be calling the existing select functionality or adding new callbacks etc.
Should selection add the group name or the group members to the input box, and the same question goes for the model.
Essentially I don't want to pull request something that is really opinionated towards just my use case...