Search code examples
iphonehtmlforms

Disable predictive text on iPhone for a form field


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" />

Solution

  • From the user side you can

    Settings > General > Keyboard > Auto-Correction On/Off.

    from the app side, i don't think it can be done.