Commit ab7ce480 authored by Johann-S's avatar Johann-S Committed by XhmikosR
Browse files

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

parent 5fed73d4
Showing with 5 additions and 0 deletions
+5 -0
...@@ -1268,6 +1268,11 @@ By default, range inputs "snap" to integer values. To change this, you can speci ...@@ -1268,6 +1268,11 @@ By default, range inputs "snap" to integer values. To change this, you can speci
### File browser ### 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. 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 %} {% capture example %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment