Is it possible to have a q-input readonly?
-
I check disable, but I don’t like gray text and the user can’t copy.
If I do:
<q-input v-model=“var” float-label=“Desc” readonly=“readonly”/>
readonly goes to first div intead of input:
Thank you
-
@QuaDgf use :value instead of v-model. and withouth disable