0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Recommend a plugin to animate custom file input (#27088)

This commit is contained in:
Johann-S 2018-08-18 15:57:07 +02:00 committed by XhmikosR
parent 5fed73d409
commit ab7ce480f2

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