Revealable Password Via Password Component
Hello,
is there a way to set password input to have Revealable button?
5 Replies
yess
Its possible
Check how they did it here
https://github.com/filamentphp/filament/blob/3.x/packages/forms/resources/views/components/text-input.blade.php
GitHub
filament/packages/forms/resources/views/components/text-input.blade...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
If you use the TextInput component you can set ->relevealble()
Thanks good to know! But i decided to use filaments $form within Livewire component instead. 🙂
oke. Good luck!