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

feat: cloned property to the slot decorator #7882

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Nov 21, 2023

cloned property should be set to true if the content of the slot is being cloned to the static area. Common example is the valueStateMessage.

FIXES: #7681

`cloned` property should be set to true if the content of the
slot is being cloned to the static area. Common example is the valueStateMessage.

FIXES: #7681
@vladitasev
Copy link
Contributor

Looks good, let's merge this without documenting it officially for developers. in 2024 with the adoptio of the popover API this will no longer be needed and can be removed along with all code for the static area.

@MapTo0 MapTo0 merged commit 2f3742b into main Nov 29, 2023
7 checks passed
@MapTo0 MapTo0 deleted the input-value-state-update branch November 29, 2023 08:42
PetyaMarkovaBogdanova pushed a commit that referenced this pull request Dec 5, 2023
`cloned` property should be set to true if the content of the
slot is being cloned to the static area. Common example is the valueStateMessage.

FIXES: #7681
nnaydenow added a commit that referenced this pull request Jul 2, 2024
The `cloned` field of `@slot` decorator was introduced to invalidate component slot content was cloned to static area. #7882

Now, when the Popover API is integrated in all of the components, the field is obsolete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input: Value state cannot be changed dynamically
2 participants