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 %} -