@ehfuse/mui-form-controls 3.0.37 → 3.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -151,6 +151,7 @@ export type AutocompleteProps = Omit<MuiAutocompleteProps<AutocompleteOption, fa
151
151
  onChange?: (value: string | number | null) => void;
152
152
  fullWidth?: boolean;
153
153
  size?: "small" | "medium";
154
+ minInputLength?: number;
154
155
  readonly?: boolean;
155
156
  textFieldProps?: Omit<TextFieldProps, "label" | "value" | "onChange">;
156
157
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.0.37",
3
+ "version": "3.0.39",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {