question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dashboard Modal Help Text Does Not Appear

See original GitHub issue

Hi Guys,

Help text (“note” parameter) does not appear on Dashboard modal. Why does not appear? Where am i doing mistake?

I’m using 0.27.0 version with webpack.

Here is my code and screenshot:

const Uppy = require('@uppy/core');
const Dashboard = require('@uppy/dashboard');

const uppy = Uppy({
    id: 'video',
    autoProceed: false,
    restrictions: {
        maxFileSize: 3221225472,
        maxNumberOfFiles: 20,
        minNumberOfFiles: 1,
        allowedFileTypes: ['.mov', '.MOV', '.mp4', '.MP4']
    }
});

uppy.use(Dashboard, {
    trigger: '.UppyModalOpenerBtn',
    inline: false,
    target: '.DashboardContainer',
    replaceTargetContent: true,
    showProgressDetails: true,
    note: 'Video files only, Max. 20 files, up to 3 GB. For more files? Please try using FTP.', // <-- this is not working
    height: 470,
    browserBackButtonClose: true,
    proudlyDisplayPoweredByUppy: false,
    showLinkToFileUploadResult: false,
    closeModalOnClickOutside: false,
    disablePageScrollWhenModalOpen: true,
    disableInformer: false
});

This is my dashboard: screen shot 2018-08-13 at 19 49 43

I want to be like this screen shot 2018-08-13 at 19 55 51

Thank you.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
arturicommented, Aug 13, 2018

Hi! Should be fixed by https://github.com/transloadit/uppy/commit/5121b95e4f746a07adc2b98bac6dc307b3993d7e, sorry for the issue, and thanks for reporting! Will be out in the next patch, @goto-bus-stop 😉

1reaction
jwbatscommented, Nov 8, 2022

Oh, a pull request!

I normally never do that. I’d have to figure out how it works.

I also don’t have the required CSS changes handy. I was experimenting in the element inspector.

Can’t manage it all in 5 minutes, I’m afraid.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Text in content modal not showing - Support
Hi there. On the websites' /health page I have a few content modals. They work fine, except for on iPhone. I did use...
Read more >
Bootstrap modal not displaying
If you're running Bootstrap 4, it may be due to ".fade:not(.show) { opacity: 0 }" in the Bootstrap css and your modal doesn't...
Read more >
Modal Form Not Appearing - General
Hey Guys, I'm having an issue with my modal form not appearing, it just isn't appearing! I've followed sergies tutorial properly but it...
Read more >
Idea: Add apply button to Edit Text dialog box on dashboards
You have to open a modal dialog, make changes, hit ok and close the panel, see how the changes look, and note if...
Read more >
Modal & Nonmodal Dialogs: When (& When Not) to Use ...
With this understanding of “mode” and “dialog”, we can easily define modal dialogs. Definition: A modal dialog is a dialog that appears on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found