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

IconMenu never shows up #1797

Closed
alexjoffroy opened this issue Oct 4, 2015 · 2 comments
Closed

IconMenu never shows up #1797

alexjoffroy opened this issue Oct 4, 2015 · 2 comments
Labels
component: icon button This is the name of the generic UI component, not the React module! component: Icon The React component. component: menu This is the name of the generic UI component, not the React module!

Comments

@alexjoffroy
Copy link

I don't manage to make IconMenu works well. The menu never shows up, even with the code from the docs:

                <IconMenu iconButtonElement={
                  <IconButton><FontIcon className="material-icons">more_vert</FontIcon></IconButton>
                }>
                  <MenuItem primaryText="Refresh" />
                  <MenuItem primaryText="Help" />
                  <MenuItem primaryText="Sign out" />
                </IconMenu>

Is this a common problem or just a bad use ?

@alexjoffroy
Copy link
Author

Feel dumb, the react-tap-event-plugin was not properly included in my project.
See: http://material-ui.com/#/get-started/installation

@shaurya947
Copy link
Contributor

@the-cormoran no worries 👍 glad you got it working!

mnajdova pushed a commit to mnajdova/material-ui that referenced this issue Nov 10, 2020
* Fix ternary condition for default mask values mui#1776

* add test case

Co-authored-by: Olivier Tassinari <[email protected]>
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: Icon The React component. component: icon button This is the name of the generic UI component, not the React module! component: menu This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: icon button This is the name of the generic UI component, not the React module! component: Icon The React component. component: menu This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants