-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Problem with dialog and angular material #4824
Comments
Thank you for your response. I would like to use the material dialog, but I find it very bureaucratic the way he works, @willshowell For the material dialog to work I need to create a component to be charged inside the dialog. The dialog of primeNg I create the dialog and I put simple html and it already works. So I wanted to use the primeNG dialog. |
You can do that as well, you can pass it a template ref, so <ng-template #simpleContent>
Some simple html
</ng-template> @ViewChild('simpleContent') content;
open() {
this._dialog.open(content);
} |
Would be even easier with #2855 |
Closing this issue as it does not follow the issue template. Please file a new issue that follows the template, which gives the team the information needed to investigate. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hello! I'm having problem with dialog of primeNG and md-select to angular material.
Selecting the "select" the options are appearing below the dialog.
I believe it's a problem of z-index. How can i change the z-index md-select of md-option ?
image of erro
IMG
The text was updated successfully, but these errors were encountered: