ember-power-select icon indicating copy to clipboard operation
ember-power-select copied to clipboard

Navigable select with Ember Octane

Open bracke opened this issue 5 years ago • 1 comments
trafficstars

Hi

I'm trying to create a "Navigable select" in my octane app. I'm following the description in the cookbook (https://ember-power-select.com/cookbook/navigable-select).

The following lines for animated-options component fail:

{{on "click" (action select opt dropdown)}}
{{on "mouseover" (action highlight opt)}}

I get the following error:

An action could not be made for selectin <component:animated-options::ember2046>. Please confirm that you are using either a quoted action name (i.e.(action 'select')) or a function available in <ranking@component:animated-options::ember2046>.

I suppose the real question is how do I reference the EPS actions in an Octane way (?).

Any pointers?

bracke avatar Jan 21 '20 13:01 bracke

I'm fairly sure that is pretty outdated, but lately I'm extremely shot of time to update it. For starters, I'd use ember-animated instead of ember-fire now. I'll see if I can dedicate some time to make that example work, because I'm not too certain of what's the most idiomatic way of doing it in octane.

cibernox avatar Jan 22 '20 18:01 cibernox