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

Add maskStyleClass property in DialogService #11569

Closed
sameerthekhans opened this issue May 31, 2022 · 0 comments · Fixed by #11572
Closed

Add maskStyleClass property in DialogService #11569

sameerthekhans opened this issue May 31, 2022 · 0 comments · Fixed by #11572
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@sameerthekhans
Copy link

I'm submitting a ... (check one with "x")

[x] bug report => Search github for a similar issue or PR before submitting
[] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior

this.dialogService.open(ConfirmationDialogComponent, {
  styleClass: 'custom-style-class',
  maskStyleClass: 'custom-mask-class' //cannot add
});

Expected behavior

this.dialogService.open(ConfirmationDialogComponent, {
  styleClass: 'custom-style-class',
  maskStyleClass: 'custom-mask-class' //should be able to add
});

Please tell us about your environment:

  • Angular version: 5.X
    11.2.10

  • PrimeNG version: 5.X
    11.4.5

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

  • Language: [all | TypeScript X.X | ES6/7 | ES5]

  • Node (for AoT issues): node --version = 14.17.5

@cetincakiroglu cetincakiroglu added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Jun 6, 2022
@cetincakiroglu cetincakiroglu added this to the 13.4.2 milestone Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants