paliari / v-autocomplete

Autocomplete component for Vue.js
351 stars 124 forks source link

Min-len when having multiple v-autocomplete on the same page #92

Open Takachi67 opened 4 years ago

Takachi67 commented 4 years ago

I have multiple v-autocomplete on the same page but it only takes the last length for all of my autocomplete inputs. For example, I have my first autocomplete with min-len="3" and a second with min-len="1" then it will be 1 for all of them.

Flaburgan commented 4 years ago

This is a duplicate of https://github.com/paliari/v-autocomplete/issues/76