It seems like there is no way to enable auto-correction with the autocompletetextview and the multiautocompletetextview in Android.
- Auto-correction works perfectly with the standard EditText.
- As soon as an Autocompletetextview or a Multiautocompletetextview is used, auto-correction ceases to work.
I've already tried a bunch of potential workarounds but none of them is working (i.e. using the various input options in the XML file).
Has anyone been able to successfully enable auto-correction on an Autocompletetextview or a Multiautocompletetextview and still be able to feed a list of suggestion to it as an Adapter? Thanks much!