@danielgindi/selectbox 2.0.24 → 2.0.26

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.es6.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 2.0.24
2
+ * @danielgindi/selectbox 2.0.26
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  import { createElement, closestUntil, setElementAttrs, next, prev } from '@danielgindi/dom-utils/lib/Dom';
@@ -5233,6 +5233,9 @@ class SelectBox {
5233
5233
  }
5234
5234
  }
5235
5235
 
5236
+ p.selectionChanged = true;
5237
+ p.resortBySelectionNeeded = true;
5238
+
5236
5239
  // If we are in context of group, then there are lots of syncs coming, so do not do it now
5237
5240
  const hasGroupSync = !!event.isCheckingGroup;
5238
5241