progress
progress copied to clipboard
Indeterminate Value
It seems like there is not currently a way to specify that the value is indeterminate. DOM's <progress />
and and Android's ProgressBar
both support indeterminate modes, can rc-progress?
rc-progress use percent
, maybe I did not understand what you mean.
I'm referring specifically to this bit:
With a native <progress />
, not specifying a value gives us a special indeterminate state, that indicates that something is happening but does not indicate any specific value, or amount of progress. This feature doesn't seem to exist in rc-progress
, and I'm suggesting that maybe it should:
Here's a sandbox that illustrates how the native component works, and how rc-progress
does not support the feature:
https://codesandbox.io/s/crazy-cherry-nprp5?fontsize=14&hidenavigation=1&theme=dark
Do you have interested to contribute this feature?
I might be able to find time for this, or I might be able to find somebody else to work on it. I mostly wanted to confirm that this is a feature ant would want to support. Sounds like it is.
I assume that design for this would want to be similar to that of the native component? Is there some particular UI design process you guys use that this kind of feature should go through?
rc component should support basic ability of native component. We usually realize the ability in rc and fill design style in antd
. So it's not force design process in rc component.
Hey guys, Check the PR above do not hesitate if you have any suggestions 😉 @zombieJ @lyleunderwood @xrkffgg