dohomi / react-hook-form-mui

Material-UI form components ready to use with react-hook-form
https://react-hook-form-material-ui.vercel.app
MIT License
546 stars 109 forks source link

onChange event is not #326

Open aniket-teltumbade-au9 opened 5 hours ago

aniket-teltumbade-au9 commented 5 hours ago

Duplicates

Latest version

Current behavior 😯

The onChange event does not trigger any response, despite providing the correct event handler.

Expected behavior 🤔

The onChange event does not trigger any response, despite providing the correct event handler.

Steps to reproduce 🕹

  1. Install the react-hook-form-mui package and set up the SliderElement.
  2. Pass an onChange event handler to SliderElement.
  3. Adjust the slider to change its value.
  4. Observe that the onChange event does not fire as expecte
aniket-teltumbade-au9 commented 5 hours ago

https://stackblitz.com/edit/react-jiepop?file=src%2FBudgetField.tsx