Feature Description
When using disabledInteractive on a disabled button, [mat-dialog-close] will actually close dialog.
This makes it useless for this usege, when I want to have a disabled button with a tooltip in a dialog I must handle it in the click listener, and check if it should close
Example
Use Case
I'd like to have a conditionally disabled button in a dialog, which shows a tooltip with information why the user can't choose this. That button returns a value for which mat-dialog-close should be a perfect solution
Feature Description
When using
disabledInteractiveon a disabled button,[mat-dialog-close]will actually close dialog.This makes it useless for this usege, when I want to have a disabled button with a tooltip in a dialog I must handle it in the click listener, and check if it should close
Example
Use Case
I'd like to have a conditionally disabled button in a dialog, which shows a tooltip with information why the user can't choose this. That button returns a value for which
mat-dialog-closeshould be a perfect solution