Closed jakub-szewczyk closed 1 year ago
TY @jakub-szewczyk ! Sry I'm quite busy recently. I'll review it ASAP!
thx for your AWESOME job @jakub-szewczyk ! I'll upgrade some dependencies this week and merge this PR soon!
@all-contributors please add @jakub-szewczyk for code
@jsun969
I've put up a pull request to add @jakub-szewczyk! :tada:
This PR fixes the following issues: #2 #3 as well as some other problems related to form items not rerendering in spite of values being changed under the hood in
react-hook-form
. For examplesetValue
now works as intended allowing to dynamically change form data.I also had to to upgrade
antd
version inside the demo app. Otherwise the checkbox component doesn't behave as expected (doesn't toggle, value stays fixed).