-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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] <Select /> doesn't trigger onChange when its children is react-virtualized's <List /> #16364
Comments
This is not supported, because of #14943. |
Did you try the native implementation? |
@oliviertassinari I do use it on smaller devices, but on desktops native
selects are a bit off design
…On Tue, 25 Jun 2019 at 19:03, Olivier Tassinari ***@***.***> wrote:
I'm just trying to render a list of countries and I find out that if I
don't virtualise, the list becomes laggy when being opened/closed.
Did you try the native implementation?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16364>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALSFW347PBVUDS2MHW3KMR3P4ICQ5ANCNFSM4H3HEFWA>
.
|
@dreamsinspace Would the autocomplete better solve the problem https://material-ui.com/components/autocomplete/? If you want us to implement a richer ComboxBox / AutoComplete MultiSelect, SelectList, upvoting would be a start: #13863. Thanks! |
@oliviertassinari Cheers |
@oliviertassinari why have you added the |
@michaldudak I have added @gzrae Please don't assign people on closed issues, it doesn't really serve a purpose, the goal is only to add the product scope label so developers owning the scope can easily find all the history. A closed 5 years old issue is often as relevant as a closed 1 month old issue. |
When
react-virtualized
's<List />
is used with<TextField select />
,onChange
is not invoked. I have tried to render the options without virtualising and it worked perfectly.Expected Behavior 🤔
When clicking the option, the
onChange
function should be invoked, and the value of the field should be updated.Current Behavior 😯
onChange
is not invokedSteps to Reproduce 🕹
This snippet explains best:
Context 🔦
I'm just trying to render a list of countries and I find out that if I don't virtualise, the list becomes laggy when being opened/closed.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: