I'm looking to create a textarea that automatically types in all capital letters, regardless of the user's input or whether they are holding down the shift key. I want it to accept any input and convert it to uppercase on the fly without showing the lowercase version first. Most of my ideas for achieving this seem cumbersome and would display the lowercase characters before conversion.
Does anyone have suggestions or strategies to achieve this?