JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Text Boxes & Inputs › value to uppercase › Reply To: value to uppercase
August 26, 2022 at 2:02 pm
#103549
ivanpeevski
Participant
Hi Dark Beccio,
You can achieve this with some CSS.
smart-input input{
text-transform:uppercase;
}
Please note that this is only a visual change and doesn’t change the actual value of the input.
Best regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/