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
Copy file name to clipboardExpand all lines: src/pat/validation/documentation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@ In addition both the input element and its label will get an `warning` class.
89
89
</label>
90
90
```
91
91
92
-
Checkboxes and radio buttons are treated differently: if they are contained in a fieldset with class `checklist` error messages are added at the end of the fieldset.
92
+
Checkboxes and radio buttons are treated differently: The error message is alywas set after the last element of the inputs with the same name.
0 commit comments