diff options
| author | Johann-S <[email protected]> | 2018-08-18 15:57:07 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-18 16:57:07 +0300 |
| commit | ab7ce480f254d70dba1a47a955897d0c29e660bf (patch) | |
| tree | 29ae55f2fade6e7b2484d21b90ee006bb06ad94c | |
| parent | 5fed73d4098016c7e19d9664a61d58924f7ef06b (diff) | |
| download | bootstrap-ab7ce480f254d70dba1a47a955897d0c29e660bf.tar.xz bootstrap-ab7ce480f254d70dba1a47a955897d0c29e660bf.zip | |
Recommend a plugin to animate custom file input (#27088)
| -rw-r--r-- | site/docs/4.1/components/forms.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index 9d095cae4..9e8743872 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 %} |
