From: Mark Otto Date: Wed, 6 Jan 2016 07:45:44 +0000 (-0800) Subject: rewrite custom file input component to use classes over nested elements X-Git-Tag: v4.0.0-alpha.3~429^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d67eaa6ae971959f8b2086c4b7474c39bddda5;p=thirdparty%2Fbootstrap.git rewrite custom file input component to use classes over nested elements --- diff --git a/docs/components/forms.md b/docs/components/forms.md index e93e28bd6d..5612afb688 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -709,14 +709,16 @@ Custom selects degrade nicely in IE9, receiving only a handful of overrides to r ### 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. + {% example html %} -