-
21 Feb 2013 5:00 AM #1
Disabling FileUploadField
Disabling FileUploadField
Hi Sven,
I am trying to disable the FileUploadField, so I tried to use fileUpload.setEnabled(false); but it just makes it gray but the click event still works, and when I tried to use fileUpload.setReadOnly(true); the click event still works.
Can you please suggest how I can solve the problem?
Thank you,
Alon
-
21 Feb 2013 5:16 AM #2
This sounds like a bug. I will move this thread to the bugs forum so it can be investigated. Probably the disabled state is not correctly setup on the file input
-
21 Feb 2013 5:19 AM #3
-
6 Mar 2013 3:04 AM #4
Is there a Sencha bug number assigned for this ?
-
6 Mar 2013 4:43 AM #5
You found a bug! We've classified it as
EXTGWT-2855
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote