Initial Hide/Show button props
felipesilvati opened this issue · 3 comments
felipesilvati commented
It would be very helpful if I could define through a boolean props the initial state of the show/hide button. (hidden by default)
Thanks!
felipesilvati commented
It's only a matter of setting the "passwordShown" initial state from a prop instead of hardcoding to false:
felipesilvati commented
I'd be willing to work on that if you think it's a good idea. Cheers!
channox32 commented
Maybe you can fork this repo and try to add those feature you have in mind, and create a PR for it.