-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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
Add showZero option to Badge component #4251
Comments
Good point. |
PR added |
@jmatsushita @kvetoslavnovak Can't find any PR coming. |
ping~ |
@jmatsushita @afc163 - PR made by jmatsushita did not have test case and was closed #4267 |
@kvetoslavnovak yep, and you should PR to branch |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
I would like to be able to show a
0
for myBadge
component. Right now it's hidden when equal to0
. I propose to introduce a new boolean propshowZero
which would show the badge even when count equals 0.I'm working on a pull request now, let me know if you'd be interested!
The text was updated successfully, but these errors were encountered: