textbox uppercase
-
One textbox in my form needs to be uppercase.
I’ve tried it by adding a class in the styling-tab of the textbox. Now only the label changes to uppercase.
.UpCase{ text-transform: uppercase; }
I don’t want the label to transform but the added text in the textbox. What do I have to change?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘textbox uppercase’ is closed to new replies.