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

ember-cli-twitter-typeahead

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-twitter-typeahead

[![Build Status](https://travis-ci.org/thefrontside/ember-cli-twitter-typeahead.png?branch=master)](https://travis-ci.org/thefrontside/ember-cli-twitter-typeahead)

  • 0.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by250%
Maintainers
2
Weekly downloads
 
Created
Source

ember-cli-twitter-typeahead

Build Status

This is an ember wrapper for Twitter's JQuery Typeahead. It's packaged as a simple ember cli add on. All you have to do is use npm install --save ember-cli-twitter-typeahead and you'll be able to use the typeahead helper in your ember-cli app.

Prerequisites

You will need the following things properly installed on your computer.

Usage

To use this in your app, simply use:

{{twitter-typeahead
content=arrayOfDataForTypeahead
filterContent=filterContentFn
displayKey="propertyToDisplay"
valueKey="propertyForValue"
footerTemplate=handlebarsFooterTemplate
emptyTemplate=handlebarsEmptyTemplate
on-select-without-match="ActionToRunWhenEnterIsHitWithoutAMatch"
}}

Installation

  • npm install --save ember-cli-twitter-typeahead

Running Tests

To develop and test locally, simply clone the repository and run:

  • ember test
  • ember test --server

Keywords

FAQs

Package last updated on 05 Feb 2015

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