type "a" q-btn in q-input slot
-
If a QBtn of type “a” is used in one of the QInput slots (append, prepend, after, etc.), the click event doesn’t seem to fire properly. For example,
<q-input filled> <template v-slot:append> <q-btn type="a" icon="open_in_new" dense flat href="https://google.com" target="_blank" /> </template> </q-input>
The browser window shows the URL on mouseover, but clicking on the button doesn’t appear to do anything.
-
I can confirm this. Is there a solution / workaround for it? @ctrengove