Open m2-assistant[bot] opened 2 months ago
Hi @engcom-November. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hello @pacco-a,
Thank you for report and collaboration!
Verified the issue on 2.4-develop. Not able to see div block Browse to find or drag image after image is uploaded. Please find the module used to reproduce the issue. P36325V.zip
Thank you.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-13149 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-November. Thank you for verifying the issue.
Issue Available: @engcom-November, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
This issue is automatically created based on existing pull request: magento/magento2#36325: add isMultipleFiles property to image form element template
Prevent the "Browse to find or drag image here" button to disappear when an image is added in a multiple files image form element.
Description (*)
The only modification in the code is the addition of the already existing (and utilized) property "isMultipleFiles" into the condition that determine whether the "Browse to find or drag image here" button should be display or not.
In doing so, when the user add an image to the multiple files image form element, the "Browse to find or drag image here" is still there.
This is useful to inform the user that the form element can take multiple images and that these images can be drag and drop, especially when the form element is initially populated with existing images.
Manual testing scenarios (*)
Contribution checklist (*)