mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
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).
|
||||
|
||||
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 >}}
|
||||
<form class="row g-3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user