-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
feat(ui/uploader): add a hide-list props for uploader components #335
Conversation
feat(ui/uploader): add a new feature in the ui/uploader scope
Ok, good idea. |
Merge branch 'varletjs:dev' into dev
merge from dev
The other submitted files have been merged into my fork, so I seem to have overwritten the code of image preview in the middle. I'm sorry |
Codecov Report
@@ Coverage Diff @@
## dev #335 +/- ##
=======================================
Coverage 96.24% 96.24%
=======================================
Files 209 209
Lines 4870 4874 +4
Branches 1040 1041 +1
=======================================
+ Hits 4687 4691 +4
Misses 183 183
Continue to review full report at Codecov.
|
Checklist
Change information
I add the
hide-list
props and provided docs and cases in the uploader components. When user need render the file list, they can hide the list and render the list thenself.Maybe
slot
is more appropriate. But i think it's more unrestrained now.