@nys-cui/cui-formpill 0.2.0 → 0.2.1
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/package.json +1 -1
- package/src/cui-formpill.js +4 -0
package/package.json
CHANGED
package/src/cui-formpill.js
CHANGED
@@ -412,6 +412,10 @@ class CUI_FORMPILL extends HTMLElement {
|
|
412
412
|
this.addPillfromJSON();
|
413
413
|
|
414
414
|
} else if (reset === true) {
|
415
|
+
if(this._state.configData?.filterCriteria?.loadedPills){
|
416
|
+
|
417
|
+
this._state.configData.filterCriteria.loadedPills = []
|
418
|
+
}
|
415
419
|
this.addPillfromJSON();
|
416
420
|
}
|
417
421
|
|