-
-
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
How to specify parameters to the Dialog component? #886
Labels
component: dialog
This is the name of the generic UI component, not the React module!
Comments
@ashwinputhige What's the problem you're seeing? |
After going throught the example again, I changed my Dialog to below code :
@hai-cea The issues I see are :
Thanks. |
@ashwinputhige 1. is resolved by #1092 |
Thanks @jkruder |
@ashwinputhige see #1748 for ideas on how to accomplish 2 Not sure if you're still interested in 3. Let me know and I'll look into it. Closing for now.. |
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
zannager
added
the
component: dialog
This is the name of the generic UI component, not the React module!
label
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using this code below.
modal={true} and modal={false}
don't have any effect.contentStyle, contentInnerStyle and style
none of them apply style.I think I am doing something wrong but I cannot figure out what it is.
Any help?
The text was updated successfully, but these errors were encountered: