Closed MyfanwyNixon closed 9 years ago
Doesn't matter what case they use for postcode; email is dupe of #256.
I think we can make the postcode input look like it's all in capitals by giving it:
input#pc {
text-transform: uppercase;
}
In reality, the contents of the text input will still be lowercase, but they'll look to the user like they're uppercase.
Thanks for the idea, @zarino!
Don't know if there's anything we can do about that?