Open Visnicio opened 2 weeks ago
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">
Oh right. I get you now. I will look into Alpine's mask plugin and see how easy that will be to integrate.
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