Skip to content

Commit ab7ce48

Browse files
Johann-SXhmikosR
authored andcommitted
Recommend a plugin to animate custom file input (twbs#27088)
1 parent 5fed73d commit ab7ce48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/docs/4.1/components/forms.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,11 @@ By default, range inputs "snap" to integer values. To change this, you can speci
12681268

12691269
### File browser
12701270

1271+
{% capture callout %}
1272+
Recommended plugin to animate custom file input: [bs-custom-file-input](https://www.npmjs.com/package/bs-custom-file-input)
1273+
{% endcapture %}
1274+
{% include callout.html content=callout type="info" %}
1275+
12711276
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.
12721277

12731278
{% capture example %}

0 commit comments

Comments
 (0)