Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input type file not working #123

Closed
ybh1231 opened this issue May 26, 2018 · 9 comments
Closed

Input type file not working #123

ybh1231 opened this issue May 26, 2018 · 9 comments

Comments

@ybh1231
Copy link

ybh1231 commented May 26, 2018

None of the examples on file input in the documentation works. Neither does it work when downloaded.

However, the the examples on file input in the documentation for the PRO version works fine.

@Dreamersoul
Copy link

i am having the same issue

1 similar comment
@RamanDhoot
Copy link

i am having the same issue

@bellalo12
Copy link

having the same issue

@Dreamersoul
Copy link

i added this to my base js file that runs across the website

$(".inputFileVisible").click(function(){
    $(this).siblings("input[type='file']").click();
});
$(".inputFileVisible").focus(function(){
    $(this).siblings("input[type='file']").focus();
});
$(".inputFileHidden").change(function(){
    if(this.files.length > 0){
        $(this).siblings(".inputFileVisible").val(this.files[0].name);
    }else{
        $(this).siblings(".inputFileVisible").val("");
    }
});

@numerogeek
Copy link

+1

@groovemen
Copy link
Contributor

Hello guys,

Thank you for your interest in working with our products, this issue is solved in the latest version (V2.0.4).

All the best,
Stefan

@tonyrusignuolo
Copy link

I'm using version 2.0.4 and I'm still having this issue.

@groovemen
Copy link
Contributor

Hello again,

it was a misunderstanding, this feature is available only for the PRO version, it was mistakenly left in the documentation, also it had not been added in the product. Sorry about this!

*we've updated the documentation for the Free version

All the best,
Stefan

@tonyrusignuolo
Copy link

Hey Stefan

Thanks for replying. So is there any file input styling for the free version?

Thanks
Tony

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants