datasync-dynamic-form 1.1.4 → 1.1.6

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.
@@ -176,6 +176,7 @@ class DsDynamicForm extends _react.Component {
176
176
  autocomplete: "on",
177
177
  id: field.name,
178
178
  name: field.name,
179
+ err: "",
179
180
  onChange: e => {
180
181
  e.preventDefault();
181
182
  this.dynamicInputNumericChangeHandler({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-dynamic-form",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Datasync Dynamic Form component",
5
5
  "main": "./dist/components/DsDynamicForm",
6
6
  "types": "./dist/components/DsDynamicForm",
@@ -42,7 +42,7 @@
42
42
  "license": "ISC",
43
43
  "dependencies": {
44
44
  "axios": "^1.7.2",
45
- "datasync-blob": "^1.0.2",
45
+ "datasync-blob": "^1.1.0",
46
46
  "datasync-common-library": "^1.0.10",
47
47
  "datasync-core": "^1.0.36",
48
48
  "datasync-dynamic-form": "^1.0.27",