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

    Handling error in input field for accessibility

    Framework
    1
    1
    167
    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.
    • L
      lakshmi last edited by

      How to make the error-label read by screen reader when there is an error ?
      <q-input :aria-required=true :aria-invalid=error :aria-label=‘label’ v-bind="$attrs" v-on="$listeners" ref=“input” :error=“error”/>
      </q-field>

      I tried to use aria-labelledBy but unable to find generated ID for the error field to map

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