valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 585 forks source link

Typed Event firing incorrectly #806

Open LiamAjones opened 7 years ago

LiamAjones commented 7 years ago

When deleting from the input the typed event is firing the previous input;

Steps to reproduce: Type 'A' into input, Typed event fires 'A' Type 'B' into input, Typed event fires 'AB' delete 'B', Typed event fires 'A' delete A, Typed event fires 'A', and not '' (empty string)

kasparrov commented 7 years ago

I have the same problem.

qlereboursBS commented 7 years ago

The same for me

Zheness commented 6 years ago

Hello, Same for me here, any update on this issue ? Thanks

AndyGura commented 6 years ago

The same here, very annoying