ember-cli-auto-complete
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ember-cli-auto-complete", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "ember-cli addon that provides type-ahead selection for text inputs", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -19,4 +19,6 @@ # ember-cli-auto-complete | ||
``` | ||
1) the suggestions computed that will let you define a filter function | ||
2) the options that are available for the end user | ||
``` | ||
@@ -72,2 +74,3 @@ ```js | ||
``` | ||
1) you must pass in options (again- value/label are the expected properties) | ||
@@ -78,2 +81,3 @@ 2) selectedValue should be model bound | ||
5) if you wish to show the value in the dropdown (along side the label) set this to true | ||
``` | ||
@@ -80,0 +84,0 @@ ## Running the unit tests |
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
12332
113