Number suggestions pop up when you tap at edittext. Is there a way to receive input as number but at the same time prevent number suggestions from displaying?
I have found something similar like this. but it accepts text not numbers!
Turn off autosuggest for EditText?
below are not working since it only accepts texts and then removes suggestions.
android:inputType="textFilter"
android:inputType="textNoSuggestions"
I have tried
android:inputType="number|textNoSuggestions"
It results to accepting non-numeric symbols and does not remove suggestions either.
Android O has the feature to support Auto-filling for fields,Just only use this in your xml, It will disable autofill hints
android:importantForAutofill="no"
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