@applica-software-guru/react-admin 1.1.95 → 1.1.97

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.
@@ -21235,7 +21235,17 @@ const Ep = ({ ...e }) => {
21235
21235
  count: (r == null ? void 0 : r.length) || 0,
21236
21236
  max: e == null ? void 0 : e.maxLength
21237
21237
  });
21238
- return e != null && e.maxLength && (i = i && i.length > 0 ? `${l} - ${t(i)}` : l), /* @__PURE__ */ C(Cr, { ...e, validate: s, helperText: i });
21238
+ return e != null && e.maxLength && (i = i && i.length > 0 ? `${l} - ${t(i)}` : l), /* @__PURE__ */ C(
21239
+ Cr,
21240
+ {
21241
+ ...e,
21242
+ validate: s,
21243
+ helperText: i,
21244
+ inputProps: {
21245
+ maxLength: e == null ? void 0 : e.maxLength
21246
+ }
21247
+ }
21248
+ );
21239
21249
  };
21240
21250
  Ep.displayName = "SmartTextInput";
21241
21251
  Ep.defaultProps = {