npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

ember-power-select

v8.12.1

Published

The extensible select component built for ember

Readme

NPM Ember Observer Score Ember Version Discord Build Status

ember-power-select

Ember Power Select is a select component written in Ember with a focus in flexibility and extensibility.

It is designed to work well with the way we build Ember apps, so it plays nicely with promises, ember-concurrency's tasks, ember-data collections and follows idiomatic patterns.

Features

  • 🖊 TypeScript support – ships with type definitions for smooth TypeScript integration.
  • Glint support – template type-checking out of the box for safer templates.
  • 🚀 FastBoot compatible – works in server-rendered Ember apps.
  • 🕶 Shadow DOM support – can be rendered inside shadow roots without breaking positioning or events.
  • 🛠 Addon v2 ready – modern Ember Addon v2 format.
  • 🔧 Flexible API – fully customizable; you control the markup and styling.
  • Accessible by default – full keyboard navigation, ARIA attributes, and focus management built-in.

Selection & Search

  • 🧩 Single & multiple selection – built-in support for both modes.
  • 🔎 Built-in search field – optional search input for filtering options.
  • 📍 Flexible search placement – render the search field inside the trigger or inside the dropdown list.
  • 📝 Rich content rendering – render HTML or custom components inside options and triggers.
  • 🔍 Smart filtering – diacritic-insensitive search with accent sanitization.
  • 🧠 Custom matchers – plug in your own matching and scoring logic.
  • Asynchronous search – remote and delayed searching with debounce support.
  • Promise-aware – works with promises and async data.
  • 🔄 ember-concurrency friendly – works seamlessly with task cancellation.

UX & Customization

  • 🧺 Grouping & placeholders – grouped options (no nesting limit) and customizable placeholders.
  • Clearable selections – easily reset or clear selected values.
  • 🚫 Disabled states – disable the whole component or individual options.
  • 🎨 Theming support – easy CSS-based theming and design customization.
  • 🎞 CSS animations & transitions – smooth opening/closing and state-change animations.
  • 🧩 Fully composable – replace any internal part with your own components or completely custom UI.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above

Installation

pnpm install ember-power-select

For more installation details see documentation

Usage

Check the full documentation with live examples at www.ember-power-select.com and please open an issue if something doesn't work or is not clear enough.

Extensions

Ember-power-select's focus on flexibility enables the community to build richer and more tailor made components on top of it, focused in solving one particular problem, using composition.

Browser support

This addon was tested in modern browsers and there is no technical reason it wouldn't work. If you find a problem please file an issue.

Testing

In testing it requires ember-cli-qunit. This component also provides some convenient test helpers to interact with the component in acceptance tests.

Contributing

Any contribution is welcome. Please read our guidelines. However, if your contribution involves adding a new feature, please open an issue before to share your plan and agree the details of the feature before starting implementing it.

Troubleshooting

If something doesn't work visit the Troubleshooting section of the docs first and if your problem persist open an issue, specify the version of the component, Ember and browser.