I’m trying to set the width of a text input control, like…
<smart-input id="userId" placeholder="User Id" size="30" style="margin-right: 15px"></smart-input>
<smart-input id="password" placeholder="Password" size="12" style="margin-right: 15px"></smart-input>
... and 'size' is not working. Any suggestions?
Also, how do mask the input values of the 'password' input so that they are displayed as '****@ ?
No…. not the size of the font.
Size for the number of characters visible in the input control. I want the text input box to be able to show 30 characters without scrolling
Hello davout,
There is no “size” property.
You could only set different size with the width member.
Please let me know if you have any other questions.
Thank you for your understanding.
Best Regards,
Hristo Hristov
jQWidgets team https://www.jqwidgets.com