michaeldoye / mat-progress-buttons

Very simple Angular6+ Material Design progress buttons
https://mat-progress-buttons.firebaseapp.com/
MIT License
110 stars 54 forks source link

Please add support for button to not be disabled after click #8

Closed fimius23 closed 6 years ago

fimius23 commented 6 years ago

Is your feature request related to a problem? Please describe. I've been going through the Material Design documents and they have an example where the button text is replaced with a spinner and the button does not become disabled (It's in the Integrating with actions section).

Describe the solution you'd like I'd like a button option where I could set whether or not to disable the button when it's clicked. I'd also like it if the spinner class was not added if there is no text (since we don't need the margins). I do like the idea of the cursor: not-allowed on button click though.

michaeldoye commented 6 years ago

Great suggestion, thanks. There will be a new release in the next few days which implements your suggestion.

michaeldoye commented 6 years ago

Implemented in 7.0.4