![Firefox for Android logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-37-28-a0d9f0_1.png)
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?
所有回覆 (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.