aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-12-23 08:41:31 +1100
committerMark Otto <[email protected]>2016-12-22 13:41:31 -0800
commit855a67b1d6364be9bf730871dd4914d8d760589d (patch)
treeb84b6fb490c894cb45110d69ae2bfe8f295496c5 /docs/components/forms.md
parentb01f5a1a385bbb224cea68a9a5d73fdb586c33f3 (diff)
downloadbootstrap-855a67b1d6364be9bf730871dd4914d8d760589d.tar.xz
bootstrap-855a67b1d6364be9bf730871dd4914d8d760589d.zip
Remove IE9 browser hacks. (#21393)
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 4d2282d3f..f40d79fce 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -933,8 +933,6 @@ Custom `<select>` menus need only a custom class, `.custom-select` to trigger th
</select>
{% endexample %}
-Custom selects degrade nicely in IE9, receiving only a handful of overrides to remove the custom `background-image`. **Multiple selects (e.g., `<select multiple>`) are not currently supported.**
-
### 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.