You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are initializing the plugin separately via javascript, then DO NOT ATTACH the css class file to the input (as it will result in duplicate initializations and the javascript code maybe skipped).
Prerequisites
master
branch of bootstrap-fileinput.Steps to reproduce the issue
1.use fa theme
2.add downloadUrl
Expected behavior and actual behavior
When I follow those steps, I see...
The button is empty
I was expecting...
To see download icon
Environment
Browsers
Libraries
If i add
downloadIcon: '<i class="fa fa-arrow-circle-down"></i>',
to
$.fn.fileinputThemes.fa = { fileActionSettings: { ... }}
it works.
The text was updated successfully, but these errors were encountered: