-
Notifications
You must be signed in to change notification settings - Fork 106
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
fix/File upload - jsModal Css #722
Conversation
- Babel configuration. - fix core.js warning during build. - create-modal.pluing - fix: now allow to pass css class name to create modal. Useful when need to create modal with full width for example. - file-upload.plugin - remove support for opening file dialog when input get focus. Because File dialog will remove blur and focus input field again, this was causing the file dialog to open multiple time. Now only open when input or button is clicked.
Codecov Report
@@ Coverage Diff @@
## develop #722 +/- ##
==========================================
Coverage 68.76% 68.76%
Complexity 2052 2052
==========================================
Files 106 106
Lines 4831 4831
==========================================
Hits 3322 3322
Misses 1509 1509
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## develop #722 +/- ##
==========================================
Coverage 68.76% 68.76%
Complexity 2052 2052
==========================================
Files 106 106
Lines 4831 4831
==========================================
Hits 3322 3322
Misses 1509 1509
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #722 +/- ##
==========================================
Coverage 68.76% 68.76%
Complexity 2052 2052
==========================================
Files 106 106
Lines 4831 4831
==========================================
Hits 3322 3322
Misses 1509 1509
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #722 +/- ##
==========================================
Coverage 68.76% 68.76%
Complexity 2052 2052
==========================================
Files 106 106
Lines 4831 4831
==========================================
Hits 3322 3322
Misses 1509 1509
Continue to review full report at Codecov.
|
Thumbs up for the modal enhancement, very nice feature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very good, thanks!
fix #717
Other Fix:
will blur and re focus input field again. This was causing file dialog to open
multiple times. Now only open when input or button is clicked.
Enhancement
Now allow to pass css class name to create modal.
Useful when need to create modal with full width for example.