JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Text Boxes & Inputs › How to set character width of text input control and mask inputs? › Reply To: How to set character width of text input control and mask inputs?
August 17, 2020 at 10:34 am
#100972
hristojqwidgets
Member
Hello davout,
If you want to change the size of the font then you should use the approach below:
#password {
--smart-font-size: 20px;
}
More details you could find in the page below:
https://www.htmlelements.com/docs/input-css/
About the case with the password, I would like to suggest you use the Smart.PasswordTextBox.
Please, take a look at this demo:
https://www.htmlelements.com/demos/passwordtextbox/basic/
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.com