angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.

Home Page:https://pub.dev/packages/angular_components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaterialButtonComponent did not have pending input?

oonid opened this issue · comments

I saw that MaterialYesNoButtonsComponent has pending input, but MaterialButtonComponent did not have it.

Is there any plan to add pending input to MaterialButtonComponent?

thank you.

No plan to add that to button. Yes/No handles more complicated use cases and we wouldn't want to bloat button with a spinner to give this functionality.