Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Copy-Paste value match with one result in drop-down should be auto-selected if typeahead-focus-first=true #3310

Closed
dimylik opened this issue Feb 18, 2015 · 1 comment

Comments

@dimylik
Copy link

dimylik commented Feb 18, 2015

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

@dmitriz
Copy link

dmitriz commented Apr 24, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants