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
NG Dynamic Forms Version: `X.Y.Z`
[ ] Basic UI
[ ] Bootstrap UI
[ ] Foundation UI
[ ] Ionic UI
[ ] Kendo UI
[ ] Material
[ ] NG Bootstrap
[X] Prime NG
Description
When config.value is equals to 0, condition config.value || null got evaluated as null so no 0 value can be passed.
The fix allows 0 to be evaluated correctly.
The text was updated successfully, but these errors were encountered:
I'm submitting a
I'm using
Description
When
config.value
is equals to 0, conditionconfig.value || null
got evaluated as null so no 0 value can be passed.The fix allows 0 to be evaluated correctly.
The text was updated successfully, but these errors were encountered: