Skip to content
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

Fix #2997: Badge 0 as a value not properly rendered #2998

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

melloware
Copy link
Member

###Defect Fixes
Fix #2997: Badge 0 as a value not properly rendered

these two should render identically.

      <Badge severity="info" value={0}></Badge>
      <Badge severity="info" value={"0"}></Badge>

@melloware melloware merged commit 2ccf3f4 into primefaces:master Jun 20, 2022
@melloware melloware deleted the PR2997 branch June 20, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Badge: 0 as a value passed to a badge does not render properly
1 participant