react-md
react-md copied to clipboard
Additional Form Support
I'm creating this issue just to remind myself to implement this along with the select changes.
Description
Since I've added new form hooks like useTextField and useNumberField, it would be nice to implement hooks for the other form components to be safe. The main reason for this would be that I can do some nice things with the existing Form component:
- update the
onResetcall to automatically call thereset()function for all the hooks - update
onResetto callevent.preventDefault()to fixCheckboxstate messing up a bit - any other thoughts that come up