Is it possible to have an editText with suggestions ON but autocorrection OFF ? I've tried:
android:inputType="textFilter"
android:inputType="textFilter|textNoSuggestions"
but these line of code disable suggestions. So how can I disable only autocorrection?
There is a deprecated method:
android:autoText="false"
check if this does the job for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With