Suggestion List Input with Vue
When I use minLen or maxLen, I get this message: **vue.js:634 [Vue warn]: Invalid prop: type check failed for prop "minLen". Expected Number with value 5, got String with value "5".** ``` Vue.component("frm-product-suggest", { template: ` <span class="inp__fix"> <input type="hidden" name="product_id" :value="id" required> <vue-suggestion inputClasses="inp__text" placeholder="Napište model, nebo značku zboží" v-model="product" minLen=5 :itemTemplate="tpl" :items="searchResult" :setLabel="setLabel" @changed="onSearch" @selected="onSelected"> </vue-suggestion> </span>` }) ``` Any ideas? Thanx!
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by eugeene and has received 3 comments.