We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It will make the progress bar indeterminate (constantly animated) if you pass a new prop indeterminate.
indeterminate
Just pass the new prop indeterminate, and remove the required attribute from the percent prop, because there will be no need in this case.
None, just a new feature for some loading cases.
Note: If you accepted this, I've already have the code to make a PR, just let me know. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What will it allow you to do that you can't do today?
It will make the progress bar indeterminate (constantly animated) if you pass a new prop
indeterminate
.How will it make current work-arounds straightforward?
Just pass the new prop indeterminate, and remove the required attribute from the percent prop, because there will be no need in this case.
What potential bugs and edge cases does it help to avoid?
None, just a new feature for some loading cases.
Note: If you accepted this, I've already have the code to make a PR, just let me know. Thanks.
The text was updated successfully, but these errors were encountered: