UI: fix select disabled

This commit is contained in:
Johannes Kirschbauer
2025-01-07 09:19:30 +01:00
parent d5e54d262b
commit 97e342d749

View File

@@ -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) {