UI: fix select, make selectProps optional
This commit is contained in:
@@ -27,7 +27,7 @@ export interface Option {
|
|||||||
|
|
||||||
interface SelectInputpProps {
|
interface SelectInputpProps {
|
||||||
value: string[] | string;
|
value: string[] | string;
|
||||||
selectProps: JSX.InputHTMLAttributes<HTMLSelectElement>;
|
selectProps?: JSX.InputHTMLAttributes<HTMLSelectElement>;
|
||||||
options: Option[];
|
options: Option[];
|
||||||
label: JSX.Element;
|
label: JSX.Element;
|
||||||
labelProps?: InputLabelProps;
|
labelProps?: InputLabelProps;
|
||||||
|
|||||||
Reference in New Issue
Block a user