@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/dist/lib.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.72
2
+ * @danielgindi/selectbox 1.0.73
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -10253,7 +10253,7 @@ var SelectBox = /*#__PURE__*/function () {
10253
10253
 
10254
10254
  function invokeRefilter() {
10255
10255
  var p = this._p;
10256
- if (!p.filterTerm && !p.filterOnEmptyTerm)
10256
+ if (!p.filterTerm && !p.filterOnEmptyTerm && !p.filteredItems)
10257
10257
  return this;
10258
10258
  p.filteredItems = null;
10259
10259
  p.itemsChanged = true;