@danielgindi/selectbox 1.0.71 → 1.0.72

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.71
2
+ * @danielgindi/selectbox 1.0.72
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -10255,6 +10255,8 @@ var SelectBox = /*#__PURE__*/function () {
10255
10255
  var p = this._p;
10256
10256
  if (!p.filterTerm && !p.filterOnEmptyTerm)
10257
10257
  return this;
10258
+ p.filteredItems = null;
10259
+ p.itemsChanged = true;
10258
10260
  p.throttledUpdateListItems();
10259
10261
  return this;
10260
10262
  }