diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index c69bfe2ae2..e5a568b67b 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -899,31 +899,37 @@ Our example forms show native textual ``s above, but form validation styl {% example html %}
-
+
+
Example invalid feedback text
-
+
+
More example invalid feedback text
- +
+ +
Example invalid custom select feedback
+
- +
+ + +
Example invalid custom file feedback
+
{% endexample %} @@ -1062,24 +1068,16 @@ As is the `size` attribute: ### File browser -The file input is the most gnarly of the bunch and require additional JavaScript if you'd like to hook them up with functional *Choose file...* and selected file name text. +The file input is the most gnarly of the bunch and requires additional JavaScript if you'd like to hook them up with functional *Choose file...* and selected file name text. {% example html %} - +
+ + +
{% endexample %} -Here's how it works: - -- We wrap the `` in a `