million-views / praas

Proxy as a service.
MIT License
4 stars 2 forks source link

Fix RACM checkbox #151

Closed sirajulmcb closed 4 years ago

sirajulmcb commented 4 years ago

Issue when trying to set the checkbox with a common name as array using react-hook-form. Could be that it is something not expected. Fixed by storing the checkboxes as object instead of string array, and transform them on submit as array.