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

[AutoComplete] Form submit is not working after an Auto Complete component is used #7039

Closed
kireerik opened this issue Jun 2, 2017 · 4 comments
Labels
component: autocomplete This is the name of the generic UI component, not the React module!

Comments

@kireerik
Copy link

kireerik commented Jun 2, 2017

Form submission (by pressing enter) is not working after an Auto Complete component is used within the form.
So it doesn't work when you press enter within a Text Field for example when an Auto Complete field is present (it does work if it is not present).

Example code snippet:

<form onSubmit={this.onSubmit}>
	<TextField />
	<AutoComplete />
</form>

Versions

  • Material-UI: 0.18.1
  • React: 15.5.4
  • Browser: Google Chrome 58.0.3029.110 (64-bit)
@oliviertassinari
Copy link
Member

Closed by #4783

@kireerik
Copy link
Author

Hi @oliviertassinari, this is still an issue in version 0.18.7.

@oliviertassinari
Copy link
Member

As long as it's working with the v1 version, we will keep the issue closed.

@elad-stern
Copy link

@oliviertassinari , could you shed some light on what causes this issue and how I can resolve it in the pre-1 versions?

@oliviertassinari oliviertassinari added the component: autocomplete This is the name of the generic UI component, not the React module! label Apr 29, 2020
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!
Projects
None yet
Development

No branches or pull requests

3 participants