From a925a0b985281ce34666c9a8a5630ba258904cb5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 12:27:46 -0800 Subject: Browser/device support docs update * Fixes #11055: add mention of select menu styling on Android stock browsers with included optional fix * Update IDs and docs nav to include bookmark links to each section * Add callout to navbar docs about fixed position, inputs, and virtual keyboard --- components.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index 91495c38e..5bbaf2911 100644 --- a/components.html +++ b/components.html @@ -2204,6 +2204,11 @@ base_url: "../" {% endhighlight %} +
+

Mobile device caveats

+

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

+
+

Always add labels

Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the .sr-only class.

-- cgit v1.2.3