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

rowSizeList can not open the list menu #72

Open
liusujuan opened this issue Nov 6, 2017 · 1 comment
Open

rowSizeList can not open the list menu #72

liusujuan opened this issue Nov 6, 2017 · 1 comment

Comments

@liusujuan
Copy link

image
like the picture shows. click the arrow button but no response. I don not know why.

@swapnil95
Copy link

swapnil95 commented Nov 30, 2017

That's probably because you might be on React 16 and material ui 0.19.x
I solved this by upgrading react-tap-event-plugin to 3.0.0 and doing this at my entry point

import injectTapEventPlugin from 'react-tap-event-plugin'
injectTapEventPlugin()

After doing this the menu works but it doesn't appear at the bottom of the table. It appears at the top of my webpage!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants