BosNaufal / vue2-autocomplete

Vue 2 Component to make Autocomplete element.
MIT License
233 stars 89 forks source link

Problem with min attribute #70

Open mits87 opened 6 years ago

mits87 commented 6 years ago

Hi,

I have problem with min attribute. When I put this attribute to code:

<autocomplete placeholder="Search..." :url="url" :anchor="anchor" :label="label" :min="2"></autocomplete>

when I put the text with more than 2 letters: https://www.dropbox.com/s/kppmq09evrc7zu8/Screenshot%202018-03-02%2019.15.42.png?dl=0

all works fine but when I'm starting remove letters and text has less than 2 letters then dropdown not hide:

https://www.dropbox.com/s/9z5yyph9gztf5q4/Screenshot%202018-03-02%2019.14.51.png?dl=0

Could you fix it?