getaddress-autocomplete
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "getaddress-autocomplete", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "GetAddress.io - Autocomplete plug-in", | ||
@@ -5,0 +5,0 @@ "main": "./dist/getaddress-autocomplete.mjs", |
@@ -67,5 +67,3 @@ import AttributeValues from "./AttributeValues"; | ||
this.input.addEventListener('paste', (event) => { | ||
if(this.input.value){ | ||
this.populateList(false); | ||
} | ||
setTimeout(()=>{this.populateList(false);},100); | ||
}); | ||
@@ -72,0 +70,0 @@ |
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
43276
867