Option to show password field
Hey,
how can I make the TextInput::make()->password show the password on user request (the classic password-toggle)? I know how to achieve this with AlpineJS normally, but not in the context of filament.
how can I make the TextInput::make()->password show the password on user request (the classic password-toggle)? I know how to achieve this with AlpineJS normally, but not in the context of filament.
Solution
It's not possible out of the box last time a checked, there is a PR under review for added hidden / reveal ability to textinputs