mirror of https://github.com/twbs/bootstrap.git
Fixed typo in docs
This commit is contained in:
parent
957c1dd6ea
commit
4dc4108460
|
|
@ -165,7 +165,7 @@ 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).
|
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.
|
To fix [issues with border radius](https://github.com/twbs/bootstrap/issues/25110), input groups require an additional `.has-validation` class.
|
||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
<form class="row g-3">
|
<form class="row g-3">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue