We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9ae5e commit 526ba82Copy full SHA for 526ba82
src/Selector/Input.tsx
@@ -91,7 +91,7 @@ const Input: React.RefForwardingComponent<InputRef, InputProps> = (
91
92
role: 'combobox',
93
'aria-label': 'Search',
94
- 'aria-expanded': open,
+ 'aria-expanded': open || false,
95
'aria-haspopup': 'listbox',
96
'aria-owns': `${id}_list`,
97
'aria-autocomplete': 'list',
0 commit comments