Convert text input automatically to all caps

Hello!

Is there a way to make text input boxes all caps as the user types? We have a requirement that inputs in certain autocomplete sections be all caps - they return the capitalized selection when using Tab or selection from the dropdown list, but if a user manually types the selection and clicks outside of the text box, the selection remains lowercase.

Is there a way to set the text box to uppercase by default, so the text never displays lowercase?

Code.png

@CROBERTSCOTT You can use touppercase on the property validate method.

@gasharma Thank you! I am a Junior Developer and have little experience, would you be able to show me where to find this?

@gasharma Ah, disregard that. I have located where to do this. Thank you!