Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-auto-complete

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-auto-complete - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc