This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Typeahead bug when selecting a "perfect match" from the dropdown #3166
Closed
Description
See this plunker
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!