We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is my code.
this.modalService.openDialog(this.viewRef, { title: 'Add Delivery Address', childComponent: OrderPageModelComponent, settings: { closeButtonClass: 'btn fa fa-times text-muted bg-white p-0 mt-2', }, actionButtons: [ { text: 'Continue', onAction: () => true, buttonClass: 'btn btn-success' } ] });
If i remove actionButtons property then it does not show close icon in right top.
I am working on Angular7.
The text was updated successfully, but these errors were encountered:
This is by design...
There are two modes of the modal dialog:
Idea was, that if you already have an action, it's more natural to place "Close" or "Cancel" or "No" button next to it.
If this doesn't satisfy your requirements, maybe you can share your use case details.
Sorry, something went wrong.
Duplicate of #41
No branches or pull requests
Here is my code.
If i remove actionButtons property then it does not show close icon in right top.
I am working on Angular7.
The text was updated successfully, but these errors were encountered: