@rjsf/core 5.24.0 → 5.24.2

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/index.js CHANGED
@@ -1035,6 +1035,7 @@ var AnyOfField = class extends import_react2.Component {
1035
1035
  formContext,
1036
1036
  onBlur,
1037
1037
  onFocus,
1038
+ readonly,
1038
1039
  registry,
1039
1040
  schema,
1040
1041
  uiSchema
@@ -1109,7 +1110,8 @@ var AnyOfField = class extends import_react2.Component {
1109
1110
  autocomplete,
1110
1111
  autofocus,
1111
1112
  label: title ?? name,
1112
- hideLabel: !displayLabel
1113
+ hideLabel: !displayLabel,
1114
+ readonly
1113
1115
  }
1114
1116
  ) }),
1115
1117
  optionSchema && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(_SchemaField, { ...this.props, schema: optionSchema, uiSchema: optionUiSchema })