matiastucci/vue-input-tag

value is empty and readonly

xiuhy opened this issue · 2 comments

xiuhy commented

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/

what's the issue?

xiuhy commented

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