I am trying to make a field on a PCF page capitalized. It's a field that is stored in the entity. I am trying to do:
contact.FirstName.toUpperCase()
But since it's an editable field I can't use toUpperCase. Is there a way to format a text input field on the PCF page to display in all capitals?