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

    Hi there, is there anyway cause I can't find how to focus on an input after firing a method.

    Help
    2
    2
    67
    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.
    • I
      isac last edited by

      Not using Tab key or Mouse click, how can I focus an input. Please help. Thank you.

      1 Reply Last reply Reply Quote 0
      • T
        Taras last edited by

        <q-input ref="myRef"/>

        than

        this.$refs.myRef.focus();

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