How to convert text field letters to uppercase while typing?
Last Update: September 21, 2018
You can make any entered value in a TextBox, TextArea or RichTextEditor controls to be all in UPPERCASE letters while the user is typing in any of these controls by adding [text-transform: uppercase] to the Style property in the control property as in the following screenshot.