@rjsf/core 5.13.5 → 5.14.1

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/core.umd.js CHANGED
@@ -1576,7 +1576,8 @@
1576
1576
  onBlur,
1577
1577
  onFocus,
1578
1578
  registry,
1579
- rawErrors
1579
+ rawErrors,
1580
+ hideError
1580
1581
  } = props;
1581
1582
  const { title, format } = schema;
1582
1583
  const { widgets: widgets2, formContext, schemaUtils, globalUiOptions } = registry;
@@ -1599,6 +1600,7 @@
1599
1600
  name,
1600
1601
  label,
1601
1602
  hideLabel: !displayLabel,
1603
+ hideError,
1602
1604
  value: formData,
1603
1605
  onChange,
1604
1606
  onBlur,
package/dist/index.esm.js CHANGED
@@ -1694,7 +1694,8 @@ function StringField(props) {
1694
1694
  onBlur,
1695
1695
  onFocus,
1696
1696
  registry,
1697
- rawErrors
1697
+ rawErrors,
1698
+ hideError
1698
1699
  } = props;
1699
1700
  const { title, format } = schema;
1700
1701
  const { widgets: widgets2, formContext, schemaUtils, globalUiOptions } = registry;
@@ -1717,6 +1718,7 @@ function StringField(props) {
1717
1718
  name,
1718
1719
  label,
1719
1720
  hideLabel: !displayLabel,
1721
+ hideError,
1720
1722
  value: formData,
1721
1723
  onChange,
1722
1724
  onBlur,