@danielgindi/selectbox 1.0.72 → 1.0.73

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/lib/SelectBox.js CHANGED
@@ -664,7 +664,7 @@ class SelectBox {
664
664
 
665
665
  invokeRefilter() {
666
666
  const p = this._p;
667
- if (!p.filterTerm && !p.filterOnEmptyTerm)
667
+ if (!p.filterTerm && !p.filterOnEmptyTerm && !p.filteredItems)
668
668
  return this;
669
669
  p.filteredItems = null;
670
670
  p.itemsChanged = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgindi/selectbox",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "A collection of dom utilities. So you can work natively with the dom without dom frameworks.",
5
5
  "main": "dist/lib.cjs.min.js",
6
6
  "module": "lib/index.js",