@astroapps/forms-core 1.2.1 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astroapps/forms-core",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",
package/src/formState.ts CHANGED
@@ -360,7 +360,7 @@ export function createFormState(
360
360
  );
361
361
  updateComputedValue(
362
362
  disabled,
363
- () => !!cf.disabled.value || isControlDisabled(definition),
363
+ () => !!cf.disabled.value || of.disabled.value,
364
364
  );
365
365
 
366
366
  updateComputedValue(variables, () => {