@abgov/jsonforms-components 1.53.9 → 1.53.10

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.
Files changed (2) hide show
  1. package/index.esm.js +2 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3043,6 +3043,8 @@ const onChangeForNumericControl = props => {
3043
3043
  }
3044
3044
  handleChange(path, newValue);
3045
3045
  }
3046
+ } else {
3047
+ handleChange(path, value);
3046
3048
  }
3047
3049
  };
3048
3050
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.53.9",
3
+ "version": "1.53.10",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
6
6
  "repository": "https://github.com/GovAlta/adsp-monorepo",