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)
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)