diff --git a/pkgs/webview-ui/app/src/Form/fields/Select.tsx b/pkgs/webview-ui/app/src/Form/fields/Select.tsx index 5b92cf391..18a98534b 100644 --- a/pkgs/webview-ui/app/src/Form/fields/Select.tsx +++ b/pkgs/webview-ui/app/src/Form/fields/Select.tsx @@ -153,6 +153,7 @@ export function SelectInput(props: SelectInputpProps) { // Currently the popover only opens with onClick // Options are not selectable with keyboard tabIndex={-1} + disabled={props.disabled} onClick={() => { const popover = document.getElementById(_id); if (popover) {