react-input-enhancements
react-input-enhancements copied to clipboard
Autocomplete not working on mobile
On chrome mobile the auto-complete appears to take the first suggestion upon a 2nd letter being typed. It also won't allow the field to be deleted afterwards, instead highlighting the last character of the auto-completed value.
So, on entering Ca I end up with Cambodia, and trying to delete anything will just highlight the last a.
Are you using Android? Chrome for iOS seems to be working fine.
Android 6.0.
It seems it's more specific to the Google Keyboard rather than the browser, as a similar behaviour occurs with Firefox. Another keyboard (HTC Sense Input) on my phone does not show the issue.
@blitzd can you check if it is still relevant? There were some changes in Autocomplete that could affect this issue. I didn't fix it specifically for this issue, but who knows.
I can confirm it's still an issue. I don't own an Android, unfortunately, to debug it.