BosNaufal / vue2-autocomplete

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

Why I can't get the correct form data while showing the list #26

Open CC2013 opened 7 years ago

CC2013 commented 7 years ago

I have tried the vue2-autocomplete in my project, and my configuration looks like this: <autocomplete className ="form-control" url="/bcse_read/sm/suggestions" param="keyword" anchor="resultList" label="url" :min="0" :custom-params="suggestData" :on-select="search" :on-input="getValue"> </autocomplete>

8a31761bec7fa43c941430e07efb55ef

It seems it does not work with label prop. I am using Vue.js v2.3.3.

BosNaufal commented 7 years ago

Hi @CC2013 Thanks for giving me an issue. But I need some reproduce..