q-input
-
I am using q-input with outlined but have set all the form inputs to read-only unless the user has rights to update the form. Setting q-input to readonly causes the outline of each q-input to be dotted which is agravating my eyes. Is there any way to keep outlined (without dotted borders) when setting q-input to read only.
Thank you
- Love Quasar
-
You can either try the disable prop, which also gives a visual clue to the user about the field being “locked” or use CSS to change the outline.
https://codepen.io/smolinari/pen/pooejyZ
Scott
-
Thanks Scott the css worked a treat.