You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
the FormCheckbox and FormRadio doesn't work when "onChange" and "checked" are not provided.
I found out that one of the label is missing htmlFor={id} which would fix this problem.
PS: The FormCheckbox and FormRadio doesn't integrate well with react-hook-form. Any idea what's the problem?
The text was updated successfully, but these errors were encountered:
riancz
changed the title
Checkbox and Radio box doesnt
Checkbox and Radio box doesn't work
Aug 7, 2020
riancz
changed the title
Checkbox and Radio box doesn't work
FormCheckbox and FormRadio don't check
Aug 7, 2020
Hi guys,
the FormCheckbox and FormRadio doesn't work when "onChange" and "checked" are not provided.
I found out that one of the label is missing
htmlFor={id}
which would fix this problem.PS: The FormCheckbox and FormRadio doesn't integrate well with react-hook-form. Any idea what's the problem?
The text was updated successfully, but these errors were encountered: