Posting for someone else looking for a simpler solution as I found a solution;
Add the following to inside the <q-input>
@focus="(input) => input.target.select()"
Found it at https://github.com/quasarframework/quasar/issues/8402
Posting for someone else looking for a simpler solution as I found a solution;
Add the following to inside the <q-input>
@focus="(input) => input.target.select()"
Found it at https://github.com/quasarframework/quasar/issues/8402
Same issue, just curious if there is a better solution in the current quasar version?
Posting for someone else looking for a simpler solution as I found a solution;
Add the following to inside the <q-input>
@focus="(input) => input.target.select()"
Found it at https://github.com/quasarframework/quasar/issues/8402