How to make password text input copyable?
I have this package installed but not working.. does anyone tried this?
use Rawilk\FilamentPasswordInput\Password;
Password::make('password')
->copyable()
->copyMessage('Password copied!')
->copyMessageDuration(2000)
->default(fn () => PasswordGenerator::generate(12))
->revealable()
->required(),