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 May 29, 2019. It is now read-only.
If the input value is exactly the same as one of the items in the dropdown, and you select that item. The input gets an incorrect state ($invalid = true).
In our case, this prevents the user to submit the form, and it's hard for them to understand why the field is validated as "has error" even though they did nothing wrong.
A "hack" that can be used until this gets fixed would be much appreciated!