You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As you can see in the MDN Web Docs
autocomplete
is available onform
elements.While Filament already supports the ability to set autocomplete on many fields, it does not currently support it on the form itself.
I would propose something like the following:
It can be much more efficient to specify autocomplete false on an entire form in some cases, rather than needing to specify it on every field.
If it is agreed this is an improvement, I can submit a PR and get the review process started.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions