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