Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make autocomplete value a prop #730

Merged

Conversation

eriknygren
Copy link
Contributor

What

  • Turn the autocomplete value on the input configurable by exposing it
    as a prop.

Why

So it can be customised, which can be necessary to help developers show
or hide autocomplete forms as they wish.

I stumbled upon this issue where I had an input labelled with the word Primary, and Chrome automatically assumed it was a primary address it was asking for, ending up with the results being hidden behind the Chrome autofill menu. This makes it easy to get around that.

What
---
- Turn the autocomplete value on the `input` configurable by exposing it
as a prop.

Why
---
So it can be customised, which can be necessary to help developers show
or hide autocomplete forms as they wish.
@sagalbot
Copy link
Owner

sagalbot commented Feb 9, 2019

Done deal, thanks!

@sagalbot sagalbot added this to the v2.6 milestone Feb 9, 2019
@sagalbot sagalbot merged commit 85ae977 into sagalbot:master Feb 9, 2019
@sagalbot sagalbot modified the milestones: v2.6, v3.0 Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants