When a user enters their server's domain name, the current text input on mobile devices will capitalize the first letter by default. The validation rule flags it as invalid.1
Seems like there are a few paths forward:
- Relax the client-side validation and always process it as a lowercase domain when verified
- Adjust the text input field to disable
autocapitalize
When a user enters their server's domain name, the current text input on mobile devices will capitalize the first letter by default. The validation rule flags it as invalid.1
Seems like there are a few paths forward:
autocapitalizeFootnotes
I'm using
Mastodon.socialas an example, though most users will click the autocomplete for that particular server. It's mostly to illustrate the error message. ↩