fix a11y issue input param dropdown

This commit is contained in:
vaidankarswapnil 2022-01-24 20:05:16 +05:30
parent de5df90f75
commit a4934b7208

View File

@ -60,6 +60,7 @@ export const InputParameter: FunctionComponent<InputParameterProps> = ({
options={options}
styles={dropdownStyles}
tabIndex={0}
ariaLabel="Key"
/>
<TextField
label={inputLabel && inputLabel}