gd-sprest-react
Advanced tools
Comparing version
@@ -112,3 +112,7 @@ "use strict"; | ||
if (_this.state.fieldInfo.multi) { | ||
var fieldValue = _this.state.value; | ||
// Default the value if it doesn't exist | ||
var fieldValue = _this.state.value || { | ||
__metadata: { type: "Collection(SP.Taxonomy.TaxonomyFieldValue)" }, | ||
results: [] | ||
}; | ||
// Append the option if it was selected | ||
@@ -115,0 +119,0 @@ if (option.isSelected || option.selected) { |
{ | ||
"name": "gd-sprest-react", | ||
"version": "2.7.5", | ||
"version": "2.7.6", | ||
"description": "SharePoint react components.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
364791
0.08%6261
0.06%