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

[docs] Add an example with Popper and react-autosuggest #12280

Merged

Conversation

oliviertassinari
Copy link
Member

Closes #11824

@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation component: Autocomplete labels Jul 25, 2018
@oliviertassinari oliviertassinari force-pushed the react-autosuggest-popper branch 2 times, most recently from ca55f65 to d699aa7 Compare July 25, 2018 19:56
@oliviertassinari oliviertassinari merged commit f4ce3ae into mui:master Jul 25, 2018
@oliviertassinari oliviertassinari deleted the react-autosuggest-popper branch July 25, 2018 20:20
@nthgol
Copy link

nthgol commented Jul 28, 2018

not sure this solution worked for me. will retry later this weekend.

@jacobweber
Copy link

Really appreciate all these examples ... this was exactly what I needed to transition from the old react-popper implementation.

@oliviertassinari
Copy link
Member Author

@jacobweber I'm happy to have helped :).

@o-faro
Copy link

o-faro commented Jul 3, 2019

Yes, thanks also for this great library and for the autosuggest examples.
There may be a little bug though: when navigation with the arrow keys through the suggestions popper/paper will not scroll if the selected item is outside the visible area. Setting max-height and overflow-hidden: auto as suggested by the author did not work.
Only way I found to solve this is to omit the renderSuggestionsContainer function (styling by hand then)

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! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete dropdown options hided by dialog.
4 participants