@ehfuse/mui-form-controls 3.2.8 → 3.2.10

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
@@ -330,6 +330,7 @@ export type TagsTextFieldProps = Omit<TextFieldProps, "value" | "defaultValue" |
330
330
  deleteIconSx?: SxProps<Theme>;
331
331
  draggable?: boolean;
332
332
  spaceToConfirm?: boolean;
333
+ tagPrefix?: string;
333
334
  backspaceToDelete?: boolean;
334
335
  showDeleteIcon?: boolean;
335
336
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.2.8",
3
+ "version": "3.2.10",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {