Closed
Description
This issue is automatically created based on existing pull request: #27896: ui select list visible even though it is disabled
Preconditions:
Magento 2.4-develop
This PR fixes the following bug,
If we disable the UI select component by using this.disabled(true). still its options are visible when we click it. please see the below image for reference.
Steps to reproduce:
- Navigate to the product edit page;
- Disable any one of the UI select using the following code:
this.disabled(true);
- Now click on the UI select;
Actual Result: ✖️ after disabling the options are still visible
Expected Result: ✔️ list options shouldn't be visible when it's disabled
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done