diff --git a/src/Explorer/Panes/ExecuteSprocParamsPane/ExecuteSprocParamsPane.tsx b/src/Explorer/Panes/ExecuteSprocParamsPane/ExecuteSprocParamsPane.tsx
index eacbe9faa..064aadd5a 100644
--- a/src/Explorer/Panes/ExecuteSprocParamsPane/ExecuteSprocParamsPane.tsx
+++ b/src/Explorer/Panes/ExecuteSprocParamsPane/ExecuteSprocParamsPane.tsx
@@ -153,7 +153,7 @@ export const ExecuteSprocParamsPane: FunctionComponent
))}
-
+
Add New Param
diff --git a/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx b/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx
index 521ebc966..677158b61 100644
--- a/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx
+++ b/src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx
@@ -59,30 +59,36 @@ export const InputParameter: FunctionComponent = ({
onChange={onParamKeyChange}
options={options}
styles={dropdownStyles}
+ tabIndex={0}
/>
{isAddRemoveVisible && (
<>
-
-
+
+
+
+
+
+
>
)}
diff --git a/src/Explorer/Panes/ExecuteSprocParamsPane/__snapshots__/ExecuteSprocParamsPane.test.tsx.snap b/src/Explorer/Panes/ExecuteSprocParamsPane/__snapshots__/ExecuteSprocParamsPane.test.tsx.snap
index bacad2933..4e673b39c 100644
--- a/src/Explorer/Panes/ExecuteSprocParamsPane/__snapshots__/ExecuteSprocParamsPane.test.tsx.snap
+++ b/src/Explorer/Panes/ExecuteSprocParamsPane/__snapshots__/ExecuteSprocParamsPane.test.tsx.snap
@@ -345,6 +345,7 @@ exports[`Excute Sproc Param Pane should render Default properly 1`] = `
},
}
}
+ tabIndex={0}
>
-
-
-
-
![Delete param]()
-
-
-
-
+
+
+
+
+
+
-
-
-
![Add param]()
-
-
-
+
+
![Add param]()
+
+
+
+