grevory / bootstrap-file-input

Standardizes the file input field to look like a Bootstrap button in all browsers
Other
179 stars 63 forks source link

Not compatible with BS3 #23

Closed quasipickle closed 10 years ago

quasipickle commented 10 years ago

Simply changing line 44 to:

$elem.replaceWith('<a class="file-input-wrapper btn btn-default' + className + '">'+buttonWord+input+'</a>');

Would do the trick.

grevory commented 10 years ago

I will look into it.

grevory commented 10 years ago

I should have closed this a while ago. This is done.