autocomplete
autocomplete copied to clipboard
Autocomplete area not showing up when pasting text from clipboard
As you can see, the autocomplete area shows up only after changing the text through the keyboard (in this case adding and then removing a space).
This happens on Chrome/Android, but not on Firefox/Android, where it shows up properly. On desktop (Windows) it works in both browsers (last versions). Thank you!
It works on firefox/android I tested.
Once the special Firefox Mobile code is removed, both Chrome and Firefox on Android will exhibit this issue.
You can reproduce the issue on desktop too, as long as you paste the text using the mouse right button (instead of CTRL+V, which fires the keyup
event).
It seems that the input change
event should be handled too, in addition to keyup
.