From: Johann-S Date: Sat, 18 Aug 2018 13:57:07 +0000 (+0200) Subject: Recommend a plugin to animate custom file input (#27088) X-Git-Tag: v4.2.0~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7ce480f254d70dba1a47a955897d0c29e660bf;p=thirdparty%2Fbootstrap.git Recommend a plugin to animate custom file input (#27088) --- diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index 9d095cae40..9e8743872e 100644 --- a/site/docs/4.1/components/forms.md +++ b/site/docs/4.1/components/forms.md @@ -1268,6 +1268,11 @@ By default, range inputs "snap" to integer values. To change this, you can speci ### File browser +{% capture callout %} +Recommended plugin to animate custom file input: [bs-custom-file-input](https://www.npmjs.com/package/bs-custom-file-input) +{% endcapture %} +{% include callout.html content=callout type="info" %} + The file input is the most gnarly of the bunch and requires additional JavaScript if you'd like to hook them up with functional *Choose file...* and selected file name text. {% capture example %}