cibernox / ember-power-select-typeahead

Typeahead component built on top of ember-power-select
MIT License
37 stars 57 forks source link

An action could not be made for `handleInput`. #13

Closed r-meertens closed 8 years ago

r-meertens commented 8 years ago

Hi Folks,

I have installed ember-power-select-typeahead version 0.3.8, but am getting the following error while try to use it:

ember.debug.js:16582 Uncaught Error: An action could not be made for handleInput in webapp@component:power-select-typeahead/trigger::ember1171. Please confirm that you are using either a quoted action name (i.e. (action 'handleInput')) or a function available in webapp@component:power-select-typeahead/trigger::ember1171.

Any suggestions what it could be?

Cheers!

cibernox commented 8 years ago

@henderikus what version of Ember Power Select do you have?

r-meertens commented 8 years ago

Not the right one ;-) After upgrading ember-power-select to 0.10.10 from 0.9.3 the problem is solved.

Thanks for the reminder.

cibernox commented 8 years ago

👍