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.
By my opinion, if you have typeahead-focus-first=true
and I copy-paste existing item from buffer, and in drop-down result I see the only value with exact name, that value should be pre-selected automaticcaly
When I copy-paste "Arizona" and click away - it does remain in the input form as it should.
When I do the same with "Ariz", then it also remains "Ariz".
Which seems to be the correct behaviour too as the user might want to come back
to continue typing further rather than have the string jump to something else.
Just my view.
By my opinion, if you have typeahead-focus-first=true
and I copy-paste existing item from buffer, and in drop-down result I see the only value with exact name, that value should be pre-selected automaticcaly
http://plnkr.co/edit/9LOkH1zVTTvdlJXN7wct?p=preview
paste 'Arizona' value in the input and click somewhere else on the screen, without Enter or mouse click on drop-down value
value is not preselected, I think should be found
The text was updated successfully, but these errors were encountered: