You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the progress bar with some long text in the format function.
What is expected?
I expect the output of the format function to overflow to the next line if it's too long.
What is actually happening?
The text no longer overflows and simply becomes hidden.
Thank you for this work on this great library, I'm truly appreciative. However, I don't understand why you thought the progress bar overflow was a bug and why you "fixed" it. I think I should be able to decide whether the contents of this component overflow or not. Would you please consider giving me this choice? I think an adequate solution is provide an overflow flag, but a truly excellent one would be to allow the format function to return a React Node. Thank you very kindly.
The text was updated successfully, but these errors were encountered:
Version
3.10.1
Environment
Google Chrome
Reproduction link
https://codepen.io/Remimstr/pen/EdLVqb
Steps to reproduce
Use the progress bar with some long text in the format function.
What is expected?
I expect the output of the format function to overflow to the next line if it's too long.
What is actually happening?
The text no longer overflows and simply becomes hidden.
Thank you for this work on this great library, I'm truly appreciative. However, I don't understand why you thought the progress bar overflow was a bug and why you "fixed" it. I think I should be able to decide whether the contents of this component overflow or not. Would you please consider giving me this choice? I think an adequate solution is provide an overflow flag, but a truly excellent one would be to allow the format function to return a React Node. Thank you very kindly.
The text was updated successfully, but these errors were encountered: