-
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: Value state cannot be changed dynamically #7681
Comments
@Lukas742 Hi, thanks for noticing, I have fixed that! 😊 |
The issue is caused by the implementation of the web-component, since it's being developed in the UI5 Web Components repo, I will forward the issue there. Hi colleagues, |
Hello @SAP/ui5-webcomponents-topic-rl , Best regards, |
`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
`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
Describe the bug
When changing value state, it's not being rerendered when displayed leaving users to see the old state
Isolated Example
https://codesandbox.io/p/sandbox/adoring-hermann-vmxd56?file=%2Fsrc%2FApp.tsx%3A9%2C67
Reproduction steps
Expected Behaviour
Value is changed
Screenshots or Videos
UI5 Web Components for React Version
latest
UI5 Web Components Version
latest
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: