cibernox / ember-power-select-typeahead

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

onFocus not being provided the publicAPI #118

Open Emerson opened 2 years ago

Emerson commented 2 years ago

I'm in the process of trying to upgrade our applications in anticipation of Ember v4 and I noticed that the onFocus callback is not being provided the publicAPI. If I use the standard <PowerSelect /> I see the publicAPI passed, but not when using <PowerSelectTypeahead />

In this case I'm using: