@nys-cui/cui-formpill 0.2.21 → 0.2.23

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 CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "main": "./dist/js/cui-formpill.js",
8
8
  "type": "module",
9
- "version": "0.2.21",
9
+ "version": "0.2.23",
10
10
  "scripts": {
11
11
  "clean": "rm -rf ./dist",
12
12
  "build": "npm run clean && cui --dep",
@@ -324,7 +324,7 @@ class CUI_FORMPILL extends HTMLElement {
324
324
  this._state.bMenuDisplayed = false;
325
325
  }
326
326
 
327
-
327
+ this.hidePopover();
328
328
  this.render();
329
329
 
330
330
  }
@@ -459,6 +459,7 @@ class CUI_FORMPILL extends HTMLElement {
459
459
  dDefaultControl.setAttribute('label', 'Criteria');
460
460
  dDefaultControl.setAttribute('required', 'true');
461
461
  dDefaultControl.setAttribute('componentKey', 'critiria');
462
+ dDefaultControl.setAttribute('search', '');
462
463
 
463
464
  this.dDefaultControl = dDefaultControl;
464
465