https://bugzilla.wikimedia.org/show_bug.cgi?id=70974
Matthew Flaschen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=71026 --- Comment #1 from Matthew Flaschen <[email protected]> --- input type="number" does not support maxlength (https://html.spec.whatwg.org/multipage/forms.html#concept-input-apply), since you're meant to use min/max instead (which would also address your point). However, we currently blacklist them, since it reportedly has a bad user experience (you're blocked from submitting, but you don't know why) in some browsers. I've opened bug 71026 so we can re-evaluate this, when either there are no "current enough" browsers with the bad behavior and/or we can polyfill it. Other than that, the only option would be to change it from number to text, but that's a little hackish (and still doesn't solve the min/max). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
