Disable browser filled fields
Email and password fields are filled by the browser on opening the modal, can we disable this?
4 Replies
->autocomplete(false)
?Chrome still fills the email / password fields after that. Its one the UserResource where i want to create a new user but it fills the Login credentials.
I think thats a chrome thing. So maybe search on google if you can add some Input attributes to stop this. You can add those with
->extraInputAttributes()
Ill take a look π