@modul/mbui 0.0.38-beta-select-11a2d3c5 → 0.0.38-beta-select-84a90d8a

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,8 @@ interface ISelectDrawerProps {
24
24
  OptionComponent?: (props: ISelectOption) => ReactNode;
25
25
  ValueComponent?: React.ElementType<ISelectValue>;
26
26
  };
27
- value: string | string[];
27
+ value: undefined | string | string[];
28
+ defaultValue: undefined | string | string[];
28
29
  menuListCSS?: string;
29
30
  triggerWrapperCSS?: string;
30
31
  dropWrapperCSS?: string;