ember-cli-auto-complete
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -8,5 +8,6 @@ import Ember from "ember"; | ||
visibility: "display:none;", | ||
inputClazz: function() { | ||
inputClass: '', | ||
inputClazz: Ember.computed(function() { | ||
return "typeahead text-input " + this.get('inputClass'); | ||
}.property(), | ||
}), | ||
keyUp: function(event){ | ||
@@ -13,0 +14,0 @@ if(event.keyCode === 27) { |
{ | ||
"name": "ember-cli-auto-complete", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "ember-cli addon that provides type-ahead selection for text inputs", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -7,3 +7,3 @@ # ember-cli-auto-complete | ||
[ember-cli][] addon that provides type-ahead selection for text inputs | ||
[ember-cli][] addon that provides type-ahead selection for text inputs (requires ember.js 1.11+) | ||
@@ -10,0 +10,0 @@ ## Demo |
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
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
4953849
140
61374
0