@aquera/nile-elements 1.0.1-beta-1.0 → 1.0.1-beta-1.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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "1.0.1-beta-1.0",
6
+ "version": "1.0.1-beta-1.1",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -539,6 +539,8 @@ export class NileSelect extends NileElement implements NileFormControl{
539
539
 
540
540
  if (this.value !== '') {
541
541
  this.setSelectedOptions([]);
542
+ this.showSelected = false;
543
+ this.value = '';
542
544
  this.displayInput.focus({ preventScroll: true });
543
545
 
544
546
  // Emit after update