gd-sprest-react
Advanced tools
Comparing version 2.5.5 to 2.5.6
@@ -97,3 +97,3 @@ "use strict"; | ||
for (var i = 0; i < fieldValue.results.length; i++) { | ||
if (fieldValue.results[i] == option.key) { | ||
if (fieldValue.results[i].TermGuid == option.key) { | ||
// Remove the selected option | ||
@@ -100,0 +100,0 @@ fieldValue.results.splice(i, 1); |
{ | ||
"name": "gd-sprest-react", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "SharePoint react components.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
357108