Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload Component: update the online example for the Drag Drop that is misleading - This is NOT a bug #1535

Closed
ReneRam opened this issue May 30, 2024 · 0 comments

Comments

@ReneRam
Copy link

ReneRam commented May 30, 2024

The active/hot part of the Upload Drag & Drop is not complete as you can see in the following screenshot:
radzen ddupload
(the image was obtained with the developer tools active.)

If you drop a file, i.e. a pdf, on the left part of the hot area or near the word 'Drag' it will open the file inside the browser in a new tab, while if you drop the file on the right side it will trigger the events.
The <style> tag of the online code should be updated as follows:

`<style>
.rz-fileupload-buttonbar .rz-fileupload-choose {
width: 100%;
text-align: center;
font-size: 16px;
padding: 100px 0;
border-radius: 0;
}

#ddUpload {
    width: 100%;
}
<style>`
@enchev enchev closed this as completed in 4b44019 May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant