matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
536 stars 135 forks source link

allow use of v-model with text part #63

Closed demonodojo closed 5 years ago

demonodojo commented 6 years ago

With this change v-model can be used to modify and get input text content. It is very useful to implement an autocomplete out of the component.

matiastucci commented 5 years ago

Sorry for the delay and thanks for the PR! But closing in favor of https://github.com/matiastucci/vue-input-tag/pull/88.