TerryZ / v-suggest

A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine input element
https://terryz.github.io/vue/#/suggest
MIT License
75 stars 16 forks source link

I'm trying to add attribute such as disabled but its not working. #5

Closed iamgenesisivan closed 5 years ago

iamgenesisivan commented 5 years ago

I just want to disabled it, until some function has been run but its not working.

TerryZ commented 5 years ago

Will add disabled option in next release.

TerryZ commented 5 years ago

Wait a minute, i almost forgot the disabled option already exist, please use that option like this:

<v-suggest :data="example" show-field="name" v-model="myValue" :disabled="true"></v-suggest>