@danielgindi/selectbox 1.0.111 → 1.0.112

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.
package/dist/lib.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.111
2
+ * @danielgindi/selectbox 1.0.112
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  (function (global, factory) {
@@ -3196,7 +3196,7 @@
3196
3196
 
3197
3197
  if (multi &&
3198
3198
  p.selectedValues &&
3199
- p.selectedValues.length === 0 &&
3199
+ p.selectedValues.length === 1 &&
3200
3200
  Array.isArray(p.selectedValues[0][p.valueProp])) {
3201
3201
  this.setSelectedValues( /**@type Array*/p.selectedValues[0][p.valueProp]);
3202
3202
  }