¿Se han enfrentado en un formulario al ingresar texto a un input el dispositivo te ofrece autocorregir lo ingresado? Es fastidioso con campos de password por ejemplo o cuando quieres ingresar un email o un nombre de usuario. Además, suelen capitalizar las primeras palabras. Bueno, se puede deshabilitar fácilmente utilizando 2 simples atributos:
autocorrect=”off”
<input type="text" name="nombre_input" autocorrect="off">
autocapitalize =”off”
<input type="text" name="nombre_input" autocapitalize ="off">
Soporte:
Por ahora sólo iOS en Safari Mobile y Chrome. Más info
Comentarios
Great article. I will be experiencing a few of these issues as well.. Licha Immanuel Roth