Miguel Camba
Miguel Camba
This assertion is becase 99% of the time if someone hits is because they forgot about the field, not because they don't want to delete with backspace. I'd recommend that...
I have to investigate, I believe embroider no longer allows to dynamically resolve components by name.
Can you provide a reproduction? Using ember twiddle should be enough
@thomaswelton perhaps you can build a repro?
I think this is expected. See http://ember-power-select.com/docs/groups > You can nest groups inside groups with absolutely no depth limit, everything else like arrow navigation and filtering will just work. **However,...
The say I prefer people to make the trigger and the options diverge is by using the `selectedItemComponent` (see http://www.ember-power-select.com/docs/the-trigger) While slightly more inconvenient (you have to create a template-only...
@neeleshsaxena do you need access to number of matches from outside the select component or only from inside? From the outside you could use `registerAPI` to get notified every time...
@neeleshsaxena I updated my comment. In case you saw the previous version
@neeleshsaxena oh, I though I had documented that action but I can see now that I didn't. It has been there for ages. I have to update https://ember-power-select.com/docs/api-reference with that....
@kswilster The idea is good but I want to hold that of until I've refactored EPS to use contextual components. There is already too many option in the top level....