aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 12:27:46 -0800
committerMark Otto <[email protected]>2013-12-15 12:27:46 -0800
commita925a0b985281ce34666c9a8a5630ba258904cb5 (patch)
treec986cdd4e976242d9add218c6a0b626fb1aaddab /components.html
parentcb3d9dfe8310a94a7b742ed62e088d64e93baba3 (diff)
downloadbootstrap-a925a0b985281ce34666c9a8a5630ba258904cb5.tar.xz
bootstrap-a925a0b985281ce34666c9a8a5630ba258904cb5.zip
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
Diffstat (limited to 'components.html')
-rw-r--r--components.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/components.html b/components.html
index 91495c38e..5bbaf2911 100644
--- a/components.html
+++ b/components.html
@@ -2204,6 +2204,11 @@ base_url: "../"
</form>
{% endhighlight %}
+ <div class="bs-callout bs-callout-warning">
+ <h4>Mobile device caveats</h4>
+ <p>There are some caveats regarding using form controls within fixed elements on mobile devices. <a href="{{ page.base_url }}getting-started#support-fixed-position-keyboards">See our browser support docs</a> for details.</p>
+ </div>
+
<div class="bs-callout bs-callout-danger">
<h4>Always add labels</h4>
<p>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 <code>.sr-only</code> class.</p>