datasync-dynamic-form 1.1.12 → 1.1.14

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.
@@ -266,7 +266,7 @@ class DsDynamicForm extends _react.Component {
266
266
  options: field.combo_list,
267
267
  isObject: false,
268
268
  displayValue: "key",
269
- selectedValues: this.getFieldData(field.name) ? this.getFieldData(field.name.name).split(";") : [],
269
+ selectedValues: this.getFieldData(field.name) ? this.getFieldData(field.name).split(";") : [],
270
270
  placeholder: field.placeholder,
271
271
  emptyRecordMsg: "",
272
272
  onSelect: (selectedList, selectedItem) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-dynamic-form",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "Datasync Dynamic Form component",
5
5
  "main": "./dist/components/DsDynamicForm",
6
6
  "types": "./dist/components/DsDynamicForm",