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. lakshmi
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 0
    • Groups 0

    lakshmi

    @lakshmi

    0
    Reputation
    8
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lakshmi Follow

    Latest posts made by lakshmi

    • RE: Q-Form and validation state

      @DDP facing same scenario where i need to disable/enable button on validate() for form. Any approach that worked?

      posted in Framework
      L
      lakshmi
    • RE: Is there a way to set sort order in q-table as desc,asc,no sort ?

      @metalsadman thanks a lot for quick response… i am using the same for pagination but the behaviour seems to be the same
      1.no sort
      2.ascending
      3.descending

      posted in Framework
      L
      lakshmi
    • Is there a way to set sort order in q-table as desc,asc,no sort ?

      Is there a way to set sort order in q-table as desc,asc,no sort ? I see the default order as no sort,asc,desc but i want the opposite way due to type of data i use where i am more interested about bigger value at top and wanted to skip 2 clicks to get them??

      posted in Framework
      L
      lakshmi
    • Do i have to enable any configuration for making application created with quasar accessible for disabled persons?

      Do i have to enable any configuration for making application created with quasar accessible for disabled persons specifically blind? Because i notice few UI elements like q-checkbox are not getting read by screen reader.

      posted in Framework
      L
      lakshmi
    • Handling error in input field for accessibility

      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

      posted in Framework
      L
      lakshmi
    • RE: Get current selected tab value for q-route-tab

      Thanks @patryckx. I was able to get the value using @click.native

      posted in Framework
      L
      lakshmi
    • Get current selected tab value for q-route-tab

      How to get the name of current tab selected in q-route-tab?

      posted in Framework
      L
      lakshmi