mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
fix a11y issue input param dropdown
This commit is contained in:
@@ -60,6 +60,7 @@ export const InputParameter: FunctionComponent<InputParameterProps> = ({
|
|||||||
options={options}
|
options={options}
|
||||||
styles={dropdownStyles}
|
styles={dropdownStyles}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
|
ariaLabel="Key"
|
||||||
/>
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
label={inputLabel && inputLabel}
|
label={inputLabel && inputLabel}
|
||||||
|
|||||||
Reference in New Issue
Block a user