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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Pass autoComplete through from Input to the native <input> element.
Treat explicit autocomplete semantics as an autofill opt-in by default, so browser autofill and password-manager extensions can appear for fields such as email, name, and phone.
Add regression tests for autocomplete forwarding and autofill-extension behavior.
Update Input Storybook docs/examples for the new behavior.