@react-typed-forms/schemas 16.2.1 → 16.2.3

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/lib/index.cjs CHANGED
@@ -1116,6 +1116,7 @@ function renderControlLayout(props) {
1116
1116
  iconPlacement: c.iconPlacement,
1117
1117
  icon: c.icon,
1118
1118
  inline: inline,
1119
+ disabled: state.disabled,
1119
1120
  onClick: (_props$actionOnClick = props.actionOnClick == null ? void 0 : props.actionOnClick(c.actionId, actionData, dataContext)) != null ? _props$actionOnClick : function () {},
1120
1121
  className: rendererClass(styleClass, c.styleClass),
1121
1122
  style: style