Upper Case Letters
Goal:
Change lower case letters inserted by a user to a TextInput to upper case letters.
Instructions:
- Create the Template tag (name does not matter for the script) and attach this tag to a TextInput where should be upper case letters only.
- Insert the below-mentioned script to that tag.
Script Example:
var str = LEGITO.documentBuilder.event.element.getValue(res);
|