2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

use bsCustomFileInput in our documentation (#27264)

This commit is contained in:
Johann-S
2018-09-18 15:52:10 +02:00
committed by XhmikosR
parent c8fd9ddd97
commit 75f83da539
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1269,7 +1269,7 @@ 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)
The recommended plugin to animate custom file input: [bs-custom-file-input](https://www.npmjs.com/package/bs-custom-file-input), that's what we are using currently here in our docs.
{% endcapture %}
{% include callout.html content=callout type="info" %}