matiastucci / vue-input-tag

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

value is empty and readonly #114

Open xiuhy opened 5 years ago

xiuhy commented 5 years ago

Version of Vue I'm using?: 2.5.17

Version of vue-input-tag I'm using?: 2.0.6

Small JSFiddle showing the issue: https://jsfiddle.net/xiuhy/udnac20x/13/

matiastucci commented 5 years ago

what's the issue?

xiuhy commented 5 years ago

what's the issue?

when the v-model's value is [] and the read-only property is true ,the input's height(CSS) will be short. more detail could see bug demo