Skip to content

v0.2.2

Latest

Choose a tag to compare

@moustafa-openai moustafa-openai released this 05 May 18:51
· 2 commits to main since this release
5a30ccb

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.