-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[CardHeader] Rename actAsExpander #2512
Labels
Comments
oliviertassinari
added
the
component: card
This is the name of the generic UI component, not the React module!
label
Dec 18, 2016
The <Collapse in={this.state.expanded} transitionDuration="auto" unmountOnExit> |
This was referenced May 8, 2020
This was referenced Jul 8, 2020
This was referenced Mar 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
After the discussion in #2391, I believe the name
actAsExpander
is very confusing. Yet I do not know what to change it to.Just to clarify, setting
actAsExpander
totrue
changes theCardHeader
so that clicking everywhere will expand theCard
. While setting it tofalse
forces expansion only through the icon on the right.The text was updated successfully, but these errors were encountered: