F
Filamentβ€’11mo ago
BlackShadow

Disable browser filled fields

Email and password fields are filled by the browser on opening the modal, can we disable this?
No description
4 Replies
LeandroFerreira
LeandroFerreiraβ€’11mo ago
->autocomplete(false) ?
BlackShadow
BlackShadowβ€’11mo ago
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.
Thijmen
Thijmenβ€’11mo ago
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()
BlackShadow
BlackShadowβ€’11mo ago
Ill take a look πŸ™‚