From a9e19cb89ed08689dc58c92b3d5491318a703f0e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 22 Aug 2020 19:40:57 +0200 Subject: composer update bootstrap --- .../bootstrap/site/docs/4.5/components/forms.md | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'vendor/twbs/bootstrap/site/docs/4.5/components/forms.md') diff --git a/vendor/twbs/bootstrap/site/docs/4.5/components/forms.md b/vendor/twbs/bootstrap/site/docs/4.5/components/forms.md index 651046c27..4a8f62947 100644 --- a/vendor/twbs/bootstrap/site/docs/4.5/components/forms.md +++ b/vendor/twbs/bootstrap/site/docs/4.5/components/forms.md @@ -258,7 +258,7 @@ Group checkboxes or radios on the same horizontal row by adding `.form-check-inl ### Without labels -Add `.position-static` to inputs within `.form-check` that don't have any label text. Remember to still provide some form of label for assistive technologies (for instance, using `aria-label`). +Add `.position-static` to inputs within `.form-check` that don't have any label text. Remember to still provide some form of accessible name for assistive technologies (for instance, using `aria-label`). {% capture example %}
@@ -732,7 +732,9 @@ Add the `disabled` attribute to a `
` to disable all the controls withi {% capture callout %} ##### Caveat with anchors -By default, browsers will treat all native form controls (``, ``, ` -
+ +
Please provide a valid city.
- -
+
Please select a valid state.
- -
+ +
Please provide a valid zip.
- + -
+
You must agree before submitting.
-- cgit v1.2.3