Skip to content
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

[input like]: remove cloneNode from valueStateMessage slot #9347

Closed
5 tasks done
nnaydenow opened this issue Jul 1, 2024 · 2 comments
Closed
5 tasks done

[input like]: remove cloneNode from valueStateMessage slot #9347

nnaydenow opened this issue Jul 1, 2024 · 2 comments
Assignees

Comments

@nnaydenow
Copy link
Contributor

nnaydenow commented Jul 1, 2024

Bug Description

Before, the valueStateMessage slot content had to be cloned because the content was rendered outside of the component in the ui5-popover inside ui5-static-area. With the integration of Popover API, the ui5-popover is placed inside the shadow root of the component, eliminating the need for the clone.

Affected Component

ui5-combobox, ui5-file-uploader, ui5-multi-combobox, ui5-select, ui5-textarea

Expected Behaviour

Instead of node cloning use <slot name="valueStateMessage"></slot>

@nnaydenow
Copy link
Contributor Author

Hello @SAP/ui5-webcomponents-topic-b, @SAP/ui5-webcomponents-topic-rl, @SAP/ui5-webcomponents-topic-p, @SAP/ui5-webcomponents-topic-rd,

Please take a look at this enhancement.

@dobrinyonkov
Copy link
Contributor

Internal Reference: BGSOFUIPIRIN-6611

ndeshev added a commit that referenced this issue Jul 5, 2024
* fix(ui5-textarea): remove the cloning of the value state message

related to: #9347
ndeshev added a commit that referenced this issue Jul 16, 2024
* fix(ui5-combobox): remove the cloning of the value state message

related to #9347
@ndeshev ndeshev moved this from In progress to Completed in Maintenance - Topic RL Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Completed
Status: Completed
Status: Completed
Development

No branches or pull requests

4 participants