-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Button loading directive has conflict with disabled directive #207
Comments
Can you give an online example? I want to know how you use it. |
@nzbin Hi! Is this issue closed since it's fixed or not?
On Lib version used: 16.1.3 |
@nzbin, we've just encountered the same issue. Looking at the source code, this issue happens because whenever the |
Can you give me an online example? |
I would like to use the
[loading]
directive, while the api loads data, for a button.This works like described in the docs, but I have the problem that I also want to conditionally set the
[disabled]
directive on the button, which seems to have no effect.The button is used with the
[matMenuTriggerFor]
directive to display a MatMenu.The text was updated successfully, but these errors were encountered: