@rjsf/core 5.13.4 → 5.13.5

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
@@ -774,6 +774,7 @@
774
774
  required,
775
775
  disabled,
776
776
  readonly,
777
+ hideError,
777
778
  autofocus,
778
779
  onChange,
779
780
  onFocus,
@@ -846,6 +847,7 @@
846
847
  required,
847
848
  disabled,
848
849
  readonly,
850
+ hideError,
849
851
  registry,
850
852
  formContext,
851
853
  autofocus,
package/dist/index.esm.js CHANGED
@@ -822,6 +822,7 @@ function BooleanField(props) {
822
822
  required,
823
823
  disabled,
824
824
  readonly,
825
+ hideError,
825
826
  autofocus,
826
827
  onChange,
827
828
  onFocus,
@@ -894,6 +895,7 @@ function BooleanField(props) {
894
895
  required,
895
896
  disabled,
896
897
  readonly,
898
+ hideError,
897
899
  registry,
898
900
  formContext,
899
901
  autofocus,