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.
Currently the Selected items are removed from the drop down. How to show all options?
To differentiate selected one's from others, I want to either disable the selected options in drop down. Or handle with check boxes. This is mainly for huge lists, so user can always see all options available in the options. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
In the meantime, #1567 has been merged and I was almost successful in creating a dropdown with checkboxes.
Alas one problem remains: no matter what, the rows in the dropdown have the ng-click="$select.select(...)" set, even for disabled rows. This means that I have a very hard time putting the correct ng-click action on the item.
Also, the interface becomes a little funky in this scenario (notice the ng-click):
Currently the Selected items are removed from the drop down. How to show all options?
To differentiate selected one's from others, I want to either disable the selected options in drop down. Or handle with check boxes. This is mainly for huge lists, so user can always see all options available in the options. Is there a way to do this?
The text was updated successfully, but these errors were encountered: