@DDP facing same scenario where i need to disable/enable button on validate() for form. Any approach that worked?
Latest posts made by lakshmi
-
RE: Q-Form and validation state
-
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 -
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??
-
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.
-
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
-
RE: Get current selected tab value for q-route-tab
Thanks @patryckx. I was able to get the value using @click.native
-
Get current selected tab value for q-route-tab
How to get the name of current tab selected in q-route-tab?