Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

[md2-select] Lost input focus if an item is already selected #308

Open leozero opened 6 years ago

leozero commented 6 years ago

When a select has already a value selected, the input in the md2-select-header lost his focus after each letter.

The focus must remain on the input.

It can be reproduce on the demo page : http://code.promactinfo.com/md2/#/select

I use Chrome 63.0.3239.132 but I have this issue with Firefox too (53.0).

Here a recorded gif to reproduce this issue :

Reproduce steps