No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    type "a" q-btn in q-input slot

    Framework
    2
    2
    433
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      ctrengove last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • Z
        Zefau last edited by

        I can confirm this. Is there a solution / workaround for it? @ctrengove

        1 Reply Last reply Reply Quote 0
        • First post
          Last post