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

Visible not working in 1.3.5 #15

Open
sunil-c opened this issue May 5, 2020 · 4 comments
Open

Visible not working in 1.3.5 #15

sunil-c opened this issue May 5, 2020 · 4 comments

Comments

@sunil-c
Copy link

sunil-c commented May 5, 2020

I'm using 1.3.5 and the Visible property to turn off the standard file upload button is not having any effect in Chrome Version 81.0.4044.129 (Official Build) (64-bit)

@DataJuggler
Copy link
Owner

I know. I thought it was working. Best thing to for Chrome is in CSS, use:

Sorry, I was trying to fix the Edge issue, but now with Latest Edge this works for that also.

The sample project here also has examples.

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button
{
cursor: pointer;
display: none;
visibility: hidden;
}

@sunil-c
Copy link
Author

sunil-c commented May 5, 2020

Thanks. I'll try that and let you know the results.

@sunil-c
Copy link
Author

sunil-c commented May 5, 2020

Awesome, it worked.

@DataJuggler
Copy link
Owner

Thanks, I will try and fix the Visible issue. I got busy on another project (https://pixeldatabase.net).

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

2 participants