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
When using a RadioField, the "for" attribute of the associate label, points to the id of a list, whitch is incorrect since list are not form controls, this cause problems with html validators like https://validator.w3.org/
Actual Behavior
When using a RadioField, the "for" attribute of the associate label, points to the id of a list, whitch is incorrect since list are not form controls, this cause problems with html validators like https://validator.w3.org/
Expected Behavior
Environment
The text was updated successfully, but these errors were encountered: