UI: fix select disabled
This commit is contained in:
@@ -153,6 +153,7 @@ export function SelectInput(props: SelectInputpProps) {
|
|||||||
// Currently the popover only opens with onClick
|
// Currently the popover only opens with onClick
|
||||||
// Options are not selectable with keyboard
|
// Options are not selectable with keyboard
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
|
disabled={props.disabled}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
const popover = document.getElementById(_id);
|
const popover = document.getElementById(_id);
|
||||||
if (popover) {
|
if (popover) {
|
||||||
|
|||||||
Reference in New Issue
Block a user