@dartech/arsenal-ui 1.3.37 → 1.3.38

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.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3977,8 +3977,7 @@ const PropertyFiller = ({
3977
3977
  hideErrorMessage: true
3978
3978
  }), fillOption === 'json_notvalid' && jsx(JsonEditor$1, {
3979
3979
  name: name,
3980
- inputRef: ref,
3981
- useParsedValue: true
3980
+ inputRef: ref
3982
3981
  }), fillOption === 'widget' && jsx(PropertyWidget, {
3983
3982
  property: property,
3984
3983
  name: name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"