You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Filters elements by their `aria-current` state. `true` and `false` match `aria-current="true"` and `aria-current="false"` (as well as a missing `aria-current` attribute) respectively.
95
95
*/
96
96
current?: boolean|string
97
+
/**
98
+
* If true only includes elements in the query set that are marked as
99
+
* disabled in the accessibility tree, i.e., `aria-disabled="true"` or `disabled="true"`.
100
+
*/
101
+
disabled?: boolean
97
102
/**
98
103
* If true only includes elements in the query set that are marked as
99
104
* expanded in the accessibility tree, i.e., `aria-expanded="true"`
0 commit comments