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 0a268fa commit 4bf3e67Copy full SHA for 4bf3e67
src/packages/admin-ui-components/src/combo-box/component.tsx
@@ -344,6 +344,7 @@ export const ComboBox = ({
344
onClick={() => handleItemDeselect(selectedItem)}
345
data-testid={`selected-option-${selectedItem.label}`}
346
aria-label={`Remove ${selectedItem.label ?? 'Unknown'}`}
347
+ aria-selected={true}
348
>
349
<span>{selectedItem.label ?? 'Unknown'}</span>
350
<span>
0 commit comments