Limenius / liform-react

Generate forms from JSON Schema to use with React (& redux-form)
https://limenius.github.io/liform-react/
MIT License
174 stars 42 forks source link

Validation for number fields fails with initial data #49

Open tapetersen opened 6 years ago

tapetersen commented 6 years ago

While https://github.com/Limenius/liform-react/commit/5530c0183a33209e8870443b646fb54360805b1c Fixed validation for numbers in the case where they are entered by the user the normalizer isn't applied to initial values it seems and therefore they fail validation until they are modified.