mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-24 01:04:39 +01:00
fix a11y issue input param dropdown
This commit is contained in:
parent
de5df90f75
commit
a4934b7208
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user