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. stn-swz
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    stn-swz

    @stn-swz

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    stn-swz Follow

    Latest posts made by stn-swz

    • Rating component using ARIA attributes

      In our project, we are using Quasars Rating component. Unfortunately, it seems this component is not WCAG compatible so it is accessible. Although its possible to operate the component with tab and enter keys, the star icons used in the component are automaticaly all set to aria-hidden=true, which means the component is not visible and operable by a screenreader. Is there a way to change this and to set aria attributes like aria-label etc. to the rating icons? Else we would have to create a complete new Rating component, which would be a pity and we want to avoid.

      posted in Framework
      S
      stn-swz
    • RE: Usage of q-page

      Thanks, thats what i wanted to know.
      @dobbel Yes, thats the case. I just want to declare it once and not in every single page.

      posted in Framework
      S
      stn-swz
    • Usage of q-page

      I would like to know is it possible to use q-page directly within the MainLayout like this:

      <!-- vue file for Layout (e.g. MainLayout.vue) -->
      <q-layout>
        ...
        <q-page-container>
          <q-page>
            <router-view />
          </q-page>
        </q-page-container>
        ...
      </q-layout>
      

      I tried it and it works well. So for me it seems to be easier using it directly in MainLayout, because then q-page should be used automaticaly for every page. But has it any drawback?

      posted in Framework
      S
      stn-swz