JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Text Boxes & Inputs › value to uppercase
Hi,
is there a textbox property i can set to convert the value in uppercase automatically?
TY
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/