<input type="number" maxlength="5" class="search-form-input" name="techforge_apartmentbundle_searchformtype[radius]" id="techforge_apartmentbundle_searchformtype_radius">
Este es mi HTML, tomado con firebug (en cromo).El atributo maxlength HTML no funciona en cromo y safari?
Se me permite escribir tantos caracteres como desee en el campo de formulario, en Chrome y Safari.
Cuando está en Firefox o IE10, el límite está bien.
No he encontrado este problema en la red.
Nota: type = "number" - not text.
¿Alguien ha visto este problema antes?
http://stackoverflow.com/questions/18510845/maxlength-ignored-for-input-type-number-in-chrome –