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
    1. Home
    2. jvukovich
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 1
    • Groups 0

    jvukovich

    @jvukovich

    3
    Reputation
    325
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jvukovich Follow

    Best posts made by jvukovich

    • Desktop/keyboard navigation for components?

      While testing out Quasar, I noticed that some components, take the Select component for instance, do not have any built-in keyboard navigation support. For example: the Select component does not open the options list on ‘enter’. The option list cannot be navigated by arrows, nor selected by ‘enter’. Is this intentional? I can build the events myself, but wanted to check if this was done for a reason. And, if not, if this something that could be added to the roadmap? (if it hasn’t already… I looked and didn’t see it, but may have missed it) Thanks!

      posted in Framework
      J
      jvukovich

    Latest posts made by jvukovich

    • RE: "tabindex" support for components?

      Yes, in some cases, we need to provide specific tabindex values due to the nature and complexity of some of the forms in our app. Great, thank you so much!

      posted in Framework
      J
      jvukovich
    • RE: "tabindex" support for components?

      Okay, thanks! I am on 0.14.4 and trying it with QInput: <q-input name=“email” type=“email” float-label=“Email” v-model=“email” tabindex=“3”/>

      However, tabindex does not get rendered, nor (obviously) work during tabbing.

      I checked the v0.14 branch and do not see tabindex:
      https://github.com/quasarframework/quasar/blob/v0.14/src/components/input/QInput.vue

      I may likely be missing something.

      Thanks!

      posted in Framework
      J
      jvukovich
    • RE: "tabindex" support for components?

      Thanks. That works. I am specifically talking about the Quasar components not having this support, though.

      posted in Framework
      J
      jvukovich
    • "tabindex" support for components?

      We have some pretty elaborate forms in our application, which require the use of the tabindex attribute to help with user navigation/workflow (desktop). I noticed when trying to set this attribute on Quasar components: it does not render. Could it be added? Or, better yet, add a way to pass custom attributes to input components?

      posted in Framework
      J
      jvukovich
    • Desktop/keyboard navigation for components?

      While testing out Quasar, I noticed that some components, take the Select component for instance, do not have any built-in keyboard navigation support. For example: the Select component does not open the options list on ‘enter’. The option list cannot be navigated by arrows, nor selected by ‘enter’. Is this intentional? I can build the events myself, but wanted to check if this was done for a reason. And, if not, if this something that could be added to the roadmap? (if it hasn’t already… I looked and didn’t see it, but may have missed it) Thanks!

      posted in Framework
      J
      jvukovich