Inkdpixels / react-ux-forms

NOT MAINTAINED - A style and component agnostic <Form/> React.Component which handles the user feedback and validation in a UX oriented, less disturbing way.
MIT License
0 stars 0 forks source link

Allow `onBlur` handlers to be propagated to the form items #1

Open Inkdpixels opened 7 years ago

Inkdpixels commented 7 years ago

Currently the onBlur prop gets overridden internally, we should enable it though if people which to propagate them.