I have a need for the 'Drop files here to upload' text to always be visible in the drop area of the KendoReact Upload component. Example of what I am talking about is in attached images.
Hello, James,
In the other ticket, we have shown a CSS approach to achieve this:
.k-upload .k-dropzone .k-dropzone-hint {
opacity: 1;
visibility: visible;
display: inline;
}
Regards,
Stefan
Progress Telerik