use `configureUsing` to avoid repetition
I have many password fields in my application so i'd like to use
Problem is this is the boot function runs BEFORE the component is created i want it to execute after so i don't have to manually add
it will always return
I don't want to make my own component just for passwords cause i want to apply similar edit to other components as well
Thanks for your help
Problem is this is the boot function runs BEFORE the component is created i want it to execute after so i don't have to manually add
->revealable(config('panel.password.revealable')) to every TextInput of the password kind.I tried usingand it will always return
false same goes forit will always return
text even though its a password, email or alphanumeric field.I don't want to make my own component just for passwords cause i want to apply similar edit to other components as well
Thanks for your help