mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3649 - Badge: do not render Zero correctly
This commit is contained in:
parent
2641659296
commit
26433c3f12
3 changed files with 20 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
const BadgeProps = [
|
||||
{
|
||||
name: 'value',
|
||||
type: 'any',
|
||||
type: 'string | number',
|
||||
default: 'null',
|
||||
description: 'Value to display inside the badge.'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue