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 has been archived by the owner on Oct 2, 2019. It is now read-only.
Feature request :
If a selected option becomes unavailable, it should be automatically deselected.
That's how it works with a regular "select" : let's say I have a list of 2 values available :
option 1
option 2
By modifying another value in my form, this list of options becomes :
option 2
option 3
If I had option 2 selected, it will still be selected, as it has remained available all along.
If I had option 1 selected, it will be automatically deselected, as it is not a valid value anymore
In ui-select, the auto deselection never happens, so I have to handle it myself.
Versions used :
Angular 1.5.9
UI-Select 0.19.8
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature request :
If a selected option becomes unavailable, it should be automatically deselected.
That's how it works with a regular "select" : let's say I have a list of 2 values available :
option 1
option 2
By modifying another value in my form, this list of options becomes :
option 2
option 3
If I had option 2 selected, it will still be selected, as it has remained available all along.
If I had option 1 selected, it will be automatically deselected, as it is not a valid value anymore
In ui-select, the auto deselection never happens, so I have to handle it myself.
Versions used :
Angular 1.5.9
UI-Select 0.19.8
The text was updated successfully, but these errors were encountered: