Closed alexandersandberg closed 5 years ago
This pull request disables some—in this context—annoying attributes on the text input field:
spellcheck="false"
autocomplete="off"
autocorrect="off"
autocapitalize="off"
Feel free to discuss below!
This pull request disables some—in this context—annoying attributes on the text input field:
spellcheck="false"
, disables spellchecking of inputautocomplete="off"
, disables autocompletion of valuesautocorrect="off"
, disables autocorrection for Safari usersautocapitalize="off"
, disables automatic capitalization of first word for mobile usersFeel free to discuss below!