Dashboard Modal Help Text Does Not Appear
See original GitHub issueHi 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:
I want to be like this
Thank you.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 😉
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.