Completed
Last Updated: 20 Oct 2020 10:43 by ADMIN
James
Created on: 24 Feb 2020 18:23
Category: KendoReact
Type: Feature Request
0
Option for the File Upload component to always show the 'Drop files here to upload' text in the drop area.

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.

 

1 comment
ADMIN
Stefan
Posted on: 25 Feb 2020 11:33

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;
}
I will leave the code in the request, so other people from the community can use if they have the same request.

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items