react-pin-input
react-pin-input copied to clipboard
autoComplete={'off'} in <input> is ignored
When i am typing to input it suggests me to autocomplete and then to save the password. It happens only if secret is true beacause of type="password"
@Alexis-Commits Thank you for the suggestion. Will take this into consideration. Happy if you can raise a PR for this :)
May be library should set autocomplete="new-password"
in case of secret={true}?