Issue in version 3.0 Steps: 1. Type some characters (example "abc"). 2. Select token from autocomplete list. 3. Delete the token with KEYCODE_DEL key on keyboard. 4. Type same characters ("abc") 5. After that type any character (example "d") then all the previous characters are deleted from the editable and only the new character ("d") is there. 6. Type one more character (example "e") then observe all the characters are back in editable and the text is now ("abcde").