I have a kendo-upload component which is disabled in certain cases.
I have a kendo-uploaddropzone component which is visually not disabled when the kendo-upload component is disabled.
The user can not upload a file by dropping it into the dropzone while the upload component is disabled, so functionally it works perfectly.
I would expect that when the upload component is disabled the uploaddropzone is also disabled visually, so it has similar opacity like the upload component, and the icon color is not changed to primary color when user tries to drop a file.
Maybe also a specific cursor can be shown, so the user sees that the uploaddropzone is disabled when he tries to drop a file.
I did create a Stackblitz to demonstrate the issue:
https://stackblitz.com/edit/angular-qo8pns
Is there a possibility to set the uploaddropzone disabled manually? I did not found anything in the uploaddropzone component's documentation.
Personally I would prefer the behaviour I described at the top.