@@ -165,6 +165,8 @@ We recommend using client-side validation, but in case you require server-side v
For invalid fields, ensure that the invalid feedback/error message is associated with the relevant form field using `aria-describedby` (noting that this attribute allows more than one `id` to be referenced, in case the field already points to additional form text).
To fix [issues with border radii](https://github.com/twbs/bootstrap/issues/25110), input groups require an additional `.has-validation` class.
{{<example>}}
<formclass="row g-3">
<divclass="col-md-4">
...
...
@@ -183,7 +185,7 @@ For invalid fields, ensure that the invalid feedback/error message is associated