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

Form action is resetting the form fields which causes the interrim un-selection of the checkboxes

Open ortin779 opened this issue 8 months ago • 0 comments

  1. In the Side Effects and State Lift up we are using form action prop to update the url query params with current query state.
  2. When we use the action, by default react resets the form fields values
  3. Which makes the form checkbox un-checked

https://github.com/user-attachments/assets/9e709015-eb4c-4523-ada6-9a2065da79c0

ortin779 avatar Apr 15 '25 20:04 ortin779