GoogleChromeLabs / estimator.dev

🧮 Calculate the size and performance impact of switching to modern JavaScript syntax.
https://estimator.dev
Apache License 2.0
665 stars 23 forks source link

URL input field autocorrects typed text #8

Closed morellodev closed 3 years ago

morellodev commented 3 years ago

Whenever an URL is typed into the relative <input> field, the browser automatically does a spell-check and autocapitalizes the string, which is annoying. For this use case, the autocomplete, autocorrect, autocapitalize and spellcheck attributes should be added to the that element.