Skip to content

Commit

Permalink
fix: Updates role support for aria-required attribute in `toBeRequire…
Browse files Browse the repository at this point in the history
…d` (#590)
  • Loading branch information
JatinRanka committed May 3, 2024
1 parent bd82f64 commit 20aca33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/to-be-required.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ const UNSUPPORTED_INPUT_TYPES = [
]

const SUPPORTED_ARIA_ROLES = [
'checkbox',
'combobox',
'gridcell',
'listbox',
'radiogroup',
'spinbutton',
'textbox',
'tree',
]

Expand Down

0 comments on commit 20aca33

Please sign in to comment.