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 using typeahead-editable="false", the model bound to the typeahead is undefined on blur when a value is not selected from the popup. Unfortunately, the input still contains the value entered. The expected/desired behavior for me is to clear the input in such a situation.
The text was updated successfully, but these errors were encountered:
Not currently, this month is a pretty busy month for me, although maybe someone else is able to step up to the plate - if you're willing, feel free to file a PR with the fix for this with accompanying unit test, as that would be the fastest way to get the fix in.
When using
typeahead-editable="false"
, the model bound to the typeahead is undefined on blur when a value is not selected from the popup. Unfortunately, the input still contains the value entered. The expected/desired behavior for me is to clear the input in such a situation.The text was updated successfully, but these errors were encountered: