Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Disable capitalisation on a form field

  • 1 reply
  • 4 have this problem
  • 3 views
  • Last reply by Kevin

more options

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)

more options

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.