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

ember-tag-search-input

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-tag-search-input

Ember Addon ember-tag-search-input: Search input that supports tags

  • 0.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Ember Tag Search Input

Demo

ember-tag-search-input

Basic Usage

{{tag-search-input
  placeholder='Search for objects'
  modifierConfig=config
  inputValue=model.queryString
  valueChange=(action 'searchValueChange')
  modifierAutoComplete=(action 'modifierAutoComplete')
}}

Component Options

OptionDetail
placeholderSimple placeholder displayed when input has no value
modifierConfigConfig object used for getting modifiers
inputValueInitial and bound value of input
valueChangeFired when inputValue changes (arguments: 1:newValue)
modifierAutoCompleteFired when the modifier has a valid value (arguments: 1:newValue, 2:modifierValue)

Install

  • ember install ember-tag-search-input

Development

  • git clone https://github.com/inprod/ember-tag-search-input.git
  • npm install
  • bower install
  • ember server
  • Visit your app at http://localhost:4200.

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 29 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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