react-redux-form
react-redux-form copied to clipboard
Control displays blank if initial underlying model value is 0
The Problem
When a model loads with a 0 value, <Control model="ObjectType.field"/> shows a blank, not a value. Any other underlying value displays
Steps to Reproduce
Have a model with a field with a value set to zero.
Expected Behavior
To show "0" on screen.
Actual Behavior
Shows blank
Reproducible Code Example
(please fork from this CodePen template or this CodeSandbox template)
Please create a reproducible example.
This is fixed in #1157
Just waiting on a new release.