From a4934b7208fd7f10c8f10c0aabeb66146336c21e Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Mon, 24 Jan 2022 20:05:16 +0530 Subject: [PATCH] fix a11y issue input param dropdown --- src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx b/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx index 6fcea9328..029e87be3 100644 --- a/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx +++ b/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx @@ -60,6 +60,7 @@ export const InputParameter: FunctionComponent = ({ options={options} styles={dropdownStyles} tabIndex={0} + ariaLabel="Key" />