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

Would be nice to have a Bootstrap 3 support.. #22

Closed lipis closed 11 years ago

grevory commented 11 years ago

Sorry it took so long to address this simple issue.

I just tested it with the latest Bootstrap and it works fine. Nothing changed with respect to the Bootstrap button name convention.

Is there something in particular that is not working for you?

mrauh commented 11 years ago

It does work with Bootstrap 3, but what I missed at first was that you have to add a specific button class to the input element:

<input type="file" class="btn-default" title="Search for a file to add">

Maybe it helps if you add this to the demo / example page (http://gregpike.net/demos/bootstrap-file-input/demo.html).

Btw: Thanks for the great plugin!