cibernox / ember-power-select-typeahead

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

Is there an `onClear` action? #88

Open adambedford opened 4 years ago

adambedford commented 4 years ago

I'm looking for a way to be notified when a user clears the input. The onChange action doesn't seem to be firing when the selection is cleared, only when a new item is selected.

Am I missing something?

puwelous commented 4 years ago

allowClear doesn't seem to hide x button in the filled search input. onChange() is not not fired either.

k-dauda commented 4 years ago

Does anyone have a work around for clearing the input?