Closed bsr203 closed 8 years ago
There were some issue in the examples in Readme.
import {Field as BaseField, Label as BaseLabel} from 'react-forms'
Label
is not exported, so I used label
as in the pull request.
I think we still has issues mentioned in https://github.com/prometheusresearch/react-forms/issues/99 will dig further later.
well, the validation really doesn't show up as the default is text field. so, I added an integer field. Validation works, but, we need an adapter to parse and set integer value as in https://github.com/prometheusresearch/react-forms/issues/125
will improve on these examples, including some styling, if you like.
Awesome, thanks!
HI. There has been few requests for examples and issue with form values, so I made some runnable examples based on the one in Readme. Still need some styling and more examples for custom (DateTime, select,..) fields. Let me know what you think. Run it as
node examples/server.js