ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

[input like]: remove cloneNode from valueStateMessage slot

Open nnaydenow opened this issue 1 month ago • 1 comments

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.

  • [ ] ui5-combobox
  • [ ] ui5-file-uploader
  • [ ] ui5-multi-combobox
  • [ ] ui5-select
  • [ ] ui5-textarea

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 avatar Jul 01 '24 11:07 nnaydenow