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

[TextField] Using autocomplete feature in Chrome for iOS Does not Update TextField #4999

Closed
ghost opened this issue Aug 16, 2016 · 1 comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module! component: text field This is the name of the generic UI component, not the React module!

Comments

@ghost
Copy link

ghost commented Aug 16, 2016

Problem description

When filling out a form a TextField, Chrome will offer autocomplete functionality for fields which have a name that it recognises (e.g. email). On Chrome for iOS, if you select the autocomplete option Chrome offers, the underlying value of the TextField does not get updated. Not sure if this can be fixed or if there is an official supported browser list for mobile browsers?

Steps to reproduce

Fill out a TextField component that has a name property your browser will recognize (email for example) on Chrome for iOS and select the autocomplete value that Chrome offers you.

Result: The underlying of the TextField does not get updated upon selection though the text for the field does

Versions

  • Material-UI:
  • React: 0.15.2
  • Browser: Chrome for iOS
@ghost
Copy link
Author

ghost commented Aug 16, 2016

Looks like this is being tracked in the React Library facebook/react#1159 so can probably mark close this as it's related to browser event implementation as i thought

@ghost ghost closed this as completed Aug 16, 2016
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 21, 2022
@zannager zannager added component: text field This is the name of the generic UI component, not the React module! component: autocomplete This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 11, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module! component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

2 participants