Jeremy M. Taylor
Jeremy M. Taylor
Thanks @cibernox for this tip. I used this to modify the behavior for `{{power-select-multiple}}` to allow backspace to completely remove the previous selection via an `onkeydown` function. ``` onKeyDown(api, e)...
Something like this would be super useful for me as well. It would be really helpful in some cases to be able to more easily style parts of Ember Power...
@cibernox let me know if you have any feedback or thoughts on this. Also happy to split out the test fixes into a separate PR if you prefer that.
Also note there are some unrelated test failures for some ember-try build scenarios. These started occurring recently in other PRs as well, for example: https://travis-ci.org/cibernox/ember-power-select/jobs/653542073?utm_medium=notification&utm_source=github_status **EDIT/UPDATE:** have posted this PR...
> I'm experiencing this as well (`ember-moment v10.0.0`). Config in `config/environment.js` is not picked up by key `moment`, but `ember-moment`. May I suggest broadening the title of this issue @mayatron...
FYI there are a couple older issues that may be relevant: * https://github.com/aidenybai/react-scan/issues/310 * https://github.com/aidenybai/react-scan/issues/350
I'm running into similar issues. It's particularly slow for me on CI. **Local Development** - Operating System: macOS 15.7 - Node version: 24.8.0 - ESLint version: 9.36.0 - Tailwindcss version:...