-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Which scope/s are relevant/related to the feature request?
dialog
Information
When opening a dialog with a dynamic component:
const dialogRef = this._hlmDialogService.open(
ParticipantManagerDialogComponent,
{ /* **/ },
);There is no way to hide the close button.
The hlm-dialog-content component has the showCloseButton input, but the docs discourages the use of that when rendering dynamic content. The open() method of the service does not have this option as far as I can see.
Describe any alternatives/workarounds you're currently using
Nothing, the UI is just not pretty with the close icon shown.
I would be willing to submit a PR to fix this issue
- Yes
- No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request