Describe the bug When form is passed as an attribute, checkbox does not contribute value to submitted data const onSubmit = (e: FormEvent) => { e.preventDefault(); const payload = Object.fromEntries( new FormData(e.target as HTMLFormElem...
wono
|
Do you want to delete?