dili021
dili021

Reputation: 78

Suppress autocorrect on HTML input Safari iOS

I have this search input but no matter which of these attributes I add, or whether it's off or false I still get the autocorrect bubble on Safari. type="search" doesn't help either, nor does taking the input outside of the form.

    <input
      type="search"
      autocapitalize="off"
      autocorrect="off"
      spellcheck="false"
    />

enter image description here

Upvotes: 1

Views: 163

Answers (0)

Related Questions