Is there an attribute which I can specify for an <input>
element which would turn off the predictive text functionality for this given field?
Something along the lines
<input type="text" predictive="disabled" />
There are some options:
<input type="text" autocomplete="off" autocorrect="off" autocapitalize="off">
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