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 May 29, 2019. It is now read-only.
When is-editable = true, ie. a selection must come from the list, it should be possible to also allow an empty selection if ng-required = false without triggering an error. Otherwise ng-required becomes ineffective.
Ie. I want the user to either:
- select something from the list
- leave the input empty, either by typing nothing or deleting what has been typed
If the prior behavior is needed, ie. the input has to be something in the list then ng-required should be set to true.
The text was updated successfully, but these errors were encountered:
When is-editable = true, ie. a selection must come from the list, it should be possible to also allow an empty selection if ng-required = false without triggering an error. Otherwise ng-required becomes ineffective.
Ie. I want the user to either:
- select something from the list
- leave the input empty, either by typing nothing or deleting what has been typed
If the prior behavior is needed, ie. the input has to be something in the list then ng-required should be set to true.
The text was updated successfully, but these errors were encountered: