mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Hyphenate client-side/server-side (#27016)
This commit is contained in:
committed by
Patrick H. Lauke
parent
c5bb4dc5d1
commit
854da5a7c1
@@ -917,7 +917,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
|
|||||||
|
|
||||||
### Server side
|
### Server side
|
||||||
|
|
||||||
We recommend using client side validation, but in case you require server side, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes.
|
We recommend using client-side validation, but in case you require server-side validation, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes.
|
||||||
|
|
||||||
{% capture example %}
|
{% capture example %}
|
||||||
<form>
|
<form>
|
||||||
|
Reference in New Issue
Block a user