ember-cli-auto-complete
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -44,3 +44,3 @@ import Ember from "ember"; | ||
this.highlight("up"); | ||
}else if(event.keyCode === 13){ | ||
}else if(event.keyCode === 13 || event.keyCode === 9){ | ||
if(!Ember.isBlank(this.selectableSuggestion)){ | ||
@@ -47,0 +47,0 @@ this.send("selectItem", this.selectableSuggestion); |
{ | ||
"name": "ember-cli-auto-complete", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "ember-cli addon that provides type-ahead selection for text inputs", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
4803805
26
56478
1
1