angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
374 stars 123 forks source link

MaterialButtonComponent did not have pending input? #429

Closed oonid closed 4 years ago

oonid commented 4 years ago

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.

TedSander commented 4 years ago

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.