Skip to content

Commit 943bed8

Browse files
author
Kubit
committed
Add aria-checked prop to option component
1 parent 9ccbaa8 commit 943bed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/option/types/option.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type OptionAriaAttributes = Pick<
1818
| 'aria-hidden'
1919
| 'aria-selected'
2020
| 'aria-current'
21+
| 'aria-checked'
2122
>;
2223

2324
/**

0 commit comments

Comments
 (0)