Socket
Book a DemoInstallSign in
Socket

ember-power-select-typeahead

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-power-select-typeahead

The default blueprint for ember-cli addons.

0.9.0
latest
Source
npmnpm
Version published
Weekly downloads
991
-26.21%
Maintainers
1
Weekly downloads
 
Created
Source

Ember-power-select-typeahead

Naive implementation of a typeahead component on top of ember-power-select.

Compatibility

  • 0.9 requires Ember 3.20 or above
  • 0.8+ requires Ember 3.11
  • Versions belog 0.7.4 work in 2.12+

Installation

Installation

ember install ember-power-select-typeahead

Usage

With simple strings:

<PowerSelectTypeahead @search={{action 'searchAsync'}} @selected={{selected}} @onChange={{action (mut selected)}} as |number|>
  {{number}}
<PowerSelectTypeahead>

With complex objects:

<PowerSelectTypeahead @search={{action 'searchAsync'}} @selected={{selected}} @extra={{hash labelPath="name"}} @onChange={{action (mut selected)}} as |user|>
  {{user.name}}
</PowerSelectTypeahead>

Note: See API reference for ember-power-select for additional options you can pass to ember-power-select-typeahead

  • http://ember-power-select.com/docs/api-reference

Styles

In your app's stylesheet, you must import the built-in styles in this order:

/*
your custom variables goes here
*/

Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------

@import 'ember-power-select';
@import 'ember-power-select-typeahead';

Keywords

ember-addon

FAQs

Package last updated on 23 Nov 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.