You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SlotTargetMixin currently teleports nodes assigned to a specific slot. For example, if you create a <vaadin-checkbox> with plain-text -content, the content is teleported inside a generated <label slot="label">. This works to an extent with static text, but with dynamically changing text eg. in a Lit-template, teleporting user-defined content like this doesn't work:
SlotTargetMixin
currently teleports nodes assigned to a specific slot. For example, if you create a<vaadin-checkbox>
with plain-text -content, the content is teleported inside a generated<label slot="label">
. This works to an extent with static text, but with dynamically changing text eg. in a Lit-template, teleporting user-defined content like this doesn't work:The text was updated successfully, but these errors were encountered: