-
Notifications
You must be signed in to change notification settings - Fork 222
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
Update color on completed? #178
Comments
The config method allows the progress bar to be reconfigured at any point, such as from the callback. Also changed the order so that the callback is called before the final render, so that the callback can reconfigure the bar for the final render.
I don't believe this is currently supported: the I've made some minor changes and added a |
Yeah I don't think it's a huge deal, but it would be nice to visually indicate it's done, so I'm definitely going to try out the pull request directly, thank you! |
I think that it updates progress bar , then it updates color. |
Say I do something like
And then once I'm done, I'd run something like
bar.update({ complete: green });
, which re-renders the bar, but doesn't change the color. Am I missing something, or is this not supported?The text was updated successfully, but these errors were encountered: