BlazorFileUpload icon indicating copy to clipboard operation
BlazorFileUpload copied to clipboard

Visible not working in 1.3.5

Open sunil-c opened this issue 5 years ago • 4 comments

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)

sunil-c avatar May 05 '20 16:05 sunil-c

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; }

DataJuggler avatar May 05 '20 17:05 DataJuggler

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

sunil-c avatar May 05 '20 17:05 sunil-c

Awesome, it worked.

sunil-c avatar May 05 '20 17:05 sunil-c

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

DataJuggler avatar May 05 '20 19:05 DataJuggler