Closed hanabyan closed 6 years ago
Thanks @tkrotoff , it works as per your explanation. Yet its tough to get change event from input:hidden as well. So my workaround is using input:text with display 'none', since i need to manually trigger the change event, to use for field validation later. Good job anyway.
See the notes: https://github.com/tkrotoff/react-form-with-constraints#notes and this example to play with: https://codepen.io/tkrotoff/pen/gdjVNv