@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 +2 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +2 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +2 -2
- package/lib/components/fields/BooleanField.js +2 -2
- package/lib/components/fields/BooleanField.js.map +1 -1
- package/package.json +5 -5
- package/src/components/fields/BooleanField.tsx +2 -0
package/dist/core.umd.js
CHANGED
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,
|