react-pin-input icon indicating copy to clipboard operation
react-pin-input copied to clipboard

autoComplete={'off'} in <input> is ignored

Open Alexis-Commits opened this issue 2 years ago • 2 comments

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 avatar May 24 '22 19:05 Alexis-Commits

@Alexis-Commits Thank you for the suggestion. Will take this into consideration. Happy if you can raise a PR for this :)

arunghosh avatar Jun 13 '22 11:06 arunghosh

May be library should set autocomplete="new-password" in case of secret={true}?

rymkapro avatar Jun 21 '23 15:06 rymkapro