read-only q-input border style, and q-input/q-date behavior
-
-
A ‘read-only’ q-input has a dashed border. I’d like the border to be solid black. Any help changing the styling would be greatly appreciated.
-
The real purpose of this is that we are using a q-input with q-date and we want the date selected by q-date and displayed within the q-input, without the ability to change it (read only) within the q-input. But, the readonly attribute on q-input is really only an attempt to get the behavior we’d like. It would be better if there were some way to popup q-date when a user clicks on the input (when it gets focus). Any ideas?
-
-
depending on what type of input you use ( this uses standard https://quasar.dev/vue-components/input#Standard ). So change classes if needed.
-
@jeffatpf you can just also use a qfield https://quasar.dev/vue-components/field