EN
React - how to disable Chrome autofill username/password on localhost?
1
answers
0
points
Is there any way to disable form fields autofill in Google Chrome during React app development?

1 answer
0
points
To solve the problem I've taken the following steps:
- create a separate Chrome profile,
- disable "Offer to save passwords" and "Auto Sign-in" in the Menu -> Settings -> Passwords - > Autofill section.
You can also do this in your own profile if you want, but for me the better solution was to create a separate user just for development.
0 comments
Add comment