-
Notifications
You must be signed in to change notification settings - Fork 6.7k
typeahead remains invalid if the user write a full suggestion vaue #3423
Comments
Can you reproduce this in a Plunker and give more details? |
Sorry i was away from my laptop, i updated the plunk with attribute typeahead-editable="false", |
This is because when using the Tab or Enter key, it calls the:
and then falls into
Where the dismissClickHandler function calls resetMatches() and closes the popup. Not sure if this is desired behavior or not. |
It should be configurable at least, because when using typeahead-editable="false" the directive should accept the proper value by all means and revert to blank otherwise, leaving text in the input isn't consistent with the nature of this attribute "imo" this attribute should act as following |
Looking at this, I think I agree. Marked as a bug. |
i think #3365 is related |
That issue is a little different. |
That part is same in our issue here
|
Seeing as #3445 is merged, I believe this should no longer be an issue. |
typeahead remains invalid if the user write a full suggestion in the input without selecting it from the suggestion. when typeahead-editable="false"
The text was updated successfully, but these errors were encountered: