react-md icon indicating copy to clipboard operation
react-md copied to clipboard

Additional Form Support

Open mlaursen opened this issue 3 years ago • 0 comments

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 onReset call to automatically call the reset() function for all the hooks
  • update onReset to call event.preventDefault() to fix Checkbox state messing up a bit
  • any other thoughts that come up

mlaursen avatar Mar 09 '22 21:03 mlaursen