vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Selecting options by keydown will affect other autocomplete when multiple autocompletemd_autocomplete exist #2370

Open AlanNggg opened 1 year ago

AlanNggg commented 1 year ago

When there are multiple autocomplete, selecting options by keydown enter will affect each other. Screen Recording 2022-08-30 at 4 54 57 PM

rodrigoodev commented 1 year ago

I couldn't reproduce it, but I got some other problems when I hit tab

huffypiet commented 1 year ago

Seems you might be interested in a feature, in the example above, country and employees are somewhat mapped, so you are right, by alter selecting country or employee the other field, it been mapped to will also be affected.

huffypiet commented 1 year ago

@AlanNggg this should resolve the issue you opened, if it does then this one could safely be closed, does it?