I’m using mobiscroll to show/hide the password when a user types it in but it seems to be defaulting to “show”. I would like it to default to “hide” so that the user would have to explicitly click the little eyeball icon to see what they typed. How do I accomplish this?
Here’s my HTML
<input mbsc-input name="password" id="password" type="text" placeholder="Password" data-password-toggle="true" data-icon="none" data-icon-align="right" />