Validation error when using number type
Hello.
I got one simple error. When i define property type 'number', and try to make some input, values from inputs are not casted to numbers and validated against there types, which are 'string's. This causes
error list to be populated even when there's no non-digit literals within input data.
You need a custom input component for this, React Forms doesn't provide one at the moment.
Could you provide some simple example in docs showing how to implement it?
may be something along the lines https://github.com/prometheusresearch/react-forms/issues/116 ?
Yeah, example pointed by @bsr203 is a good one. I'll leave this issue open not to forget to add this to the docs.