Chip - input field - IE11
-
Hello
I am trying to use the chip input field from the example .
It works fine in Firefox, but in IE11 it doesn’t auto adjust the text area size.Quasar Version: 0.15.6
Vue Version: 2.5.13(and tried a couple older builds)Here’s the code:
<q-field > <q-chips-input color="blue-10" float-label="float" v-model="groupNames" @blur="convertToArray" ref="test1234"/> </q-field>
Please find the screenshot below.