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] Fix openOnFocus and item click #3669

Merged
merged 1 commit into from
Mar 12, 2016
Merged

[AutoComplete] Fix openOnFocus and item click #3669

merged 1 commit into from
Mar 12, 2016

Conversation

oliviertassinari
Copy link
Member

Closes #3381, closes #3664, closes #3566 and closes #3658.

  • The Popover requestClose callback should only be taken into account when the input isn't focused.
    When it's focused, that the blur event that we should listen to.
  • I was inspired by react-select.
    @mbrookes I have removed the timer concurrency too.

@oliviertassinari oliviertassinari changed the title [AutoComplete] Fix openOnFocus [AutoComplete] Fix openOnFocus and item click Mar 12, 2016
mbrookes added a commit that referenced this pull request Mar 12, 2016
…focus

[AutoComplete] Fix openOnFocus and item click
@mbrookes mbrookes merged commit 376a29f into mui:master Mar 12, 2016
@oliviertassinari oliviertassinari deleted the auto-complete-open-on-focus branch March 12, 2016 11:42
@mbrookes
Copy link
Member

You da man! :)

@IdelCoder
Copy link

Can anybody tell me set what attribute to get the item clicking work?

@zannager zannager added the component: autocomplete This is the name of the generic UI component, not the React module! label Mar 14, 2023
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
4 participants