You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, is it would be nice to be able to customize autoComplete property for PasswordInput (for example, in a password change form, to be able to set autoCompete="new-password" to prevent browsers from autofilling).
The text was updated successfully, but these errors were encountered:
You make a good point. The default is set to autoComplete='off' for the PasswordInput but it should be possible to change it like you suggested.
If you would like to do a PR, this is a great first issue. If not, I already have an open PR in the works to add missing props and I could add this one. Just let me know - so it can make into the next release.
Hi and thanks for this awesome library!
In some cases, is it would be nice to be able to customize autoComplete property for PasswordInput (for example, in a password change form, to be able to set autoCompete="new-password" to prevent browsers from autofilling).
The text was updated successfully, but these errors were encountered: