-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(web-twig): Hiding input when the queue is full #DS-730
- Loading branch information
1 parent
159152b
commit 2612484
Showing
9 changed files
with
111 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...b-twig/src/Resources/components/FileUploader/stories/FileUploaderWithControlledQueue.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<section class="docs-Section"> | ||
|
||
<h2 class="docs-Heading">FileUploader Multiple with File Queue Behavior Control</h2> | ||
|
||
<FileUploader data-toggle="fileUploader"> | ||
<template data-spirit-snippet="item"> | ||
<FileUploaderAttachment /> | ||
</template> | ||
<FileUploaderInput | ||
helperText="Max size of each file is 10 MB" | ||
id="example-input-multiple-queue-control" | ||
label="Label" | ||
multiple | ||
name="example-input-multiple-queue-control" | ||
pickAFileText="Upload your file(s)" | ||
maxUploadedFiles={2} | ||
queueLimitBehavior="hide" | ||
/> | ||
<FileUploaderList /> | ||
</FileUploader> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters