You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bladewind could have a mask attribute for inputs that if the user would want to use, he would need to add the AlpineJS mask plugin to the project, just like the date picker uses Alpine for its usability
The text was updated successfully, but these errors were encountered:
Hi @Visnicio will what you are suggesting be different from <x-bladewind::input type="password" viewable="true" />? This lets you create a maskable field with the option to view what has been masked by clicking an eye icon.
I was thinking in something more like a date input, or telephone input, where you would use liek this <x-bladewind::input label="Telephone" mask="(99) 9999-9999">
Bladewind could have a mask attribute for inputs that if the user would want to use, he would need to add the AlpineJS mask plugin to the project, just like the date picker uses Alpine for its usability
The text was updated successfully, but these errors were encountered: