Comparing version 2.1.34 to 2.1.35
@@ -215,3 +215,3 @@ import { LitElement, html, css } from 'lit'; | ||
delay="${this.delay}" | ||
@element-changed=${this.hideErrorOnInteraction} | ||
@element-changed=${this.inputSearchChanged} | ||
></dile-input-search> | ||
@@ -298,2 +298,7 @@ <div class="anchor"> | ||
inputSearchChanged(e) { | ||
e.stopPropagation(); | ||
this.hideErrorOnInteraction(); | ||
} | ||
hideErrorOnInteraction() { | ||
@@ -300,0 +305,0 @@ if (this.hideErrorOnInput && this.errored) { |
{ | ||
"name": "@dile/ui", | ||
"version": "2.1.34", | ||
"version": "2.1.35", | ||
"description": "UI Core components from dile-components.", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "e3f1c5d2850016066910a97ca26eee78543bb247" | ||
"gitHead": "c46fe754ac1cd5dd2a0fd628915066d651b02549" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223134
7114