]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Recommend a plugin to animate custom file input (#27088)
authorJohann-S <johann.servoire@gmail.com>
Sat, 18 Aug 2018 13:57:07 +0000 (15:57 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 18 Aug 2018 13:57:07 +0000 (16:57 +0300)
site/docs/4.1/components/forms.md

index 9d095cae40219cdf0e5849922391d3d32c5704a5..9e8743872ec6f1159c009e943621c6e90a8ef657 100644 (file)
@@ -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 %}