Disable capitalisation on a form field
Firefox for mobile often automatically triggers shift when I focus a form field. Can I design my forms (as a webmaster) so that the first letter will not be capitalised automatically?
Can I do something about it as an user?
Firefox for mobile often automatically triggers shift when I focus a form field. Can I design my forms (as a webmaster) so that the first letter will not be capitalised automatically?
Can I do something about it as an user?
All Replies (1)
As a webmaster you can use the inputmode attribute. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#attr-inputmode
As a user it would be hard to remove, a bookmarklet or userscript that removed the inputmode attribute would be one way to avoid the web designer's intent.