-
Notifications
You must be signed in to change notification settings - Fork 273
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
Labels
Comments
nnaydenow
added
enhancement
New feature or request
TOPIC P
TOPIC RL
TOPIC RD
TOPIC B
labels
Jul 1, 2024
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. |
ndeshev
added a commit
that referenced
this issue
Jul 3, 2024
ndeshev
added a commit
that referenced
this issue
Jul 4, 2024
ndeshev
added a commit
that referenced
this issue
Jul 5, 2024
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
plamenivanov91
added a commit
to plamenivanov91/ui5-webcomponents
that referenced
this issue
Aug 7, 2024
plamenivanov91
added a commit
that referenced
this issue
Aug 7, 2024
github-project-automation
bot
moved this from New Issues
to Completed
in Maintenance - Topic RD
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Before, the
valueStateMessage
slot content had to be cloned because the content was rendered outside of the component in theui5-popover
insideui5-static-area
. With the integration ofPopover API
, theui5-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>
The text was updated successfully, but these errors were encountered: