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>
It seems it does not work with label prop.
I am using Vue.js v2.3.3.
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>
It seems it does not work with label prop. I am using Vue.js v2.3.3.