-
Notifications
You must be signed in to change notification settings - Fork 273
ComboBox doesn't update immediately after set value via useState #2233
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
Comments
@MarcusNotheis I suppose that this is an issue related with the sample. Can you take a look? |
Hey @fifoosid, looks like ComboBox is not reacting to the value update immediately. I've created this codesandbox with "plain" UI5 Web Components and I can observe the same behavior. Web Components Version: 1.0.0-rc.8 |
FYI @SAP/ui5-webcomponents-topic-rl Describe the bug Steps
Expected behavior Note: we tried to resolve the issue in the past with the referenced PR, but after further testing we found side effects on the component behaviour, described by this issue #2321 and that's why we reverted the change. |
Hi! Do we have any progress on this fix?? We are using this component and facing this situation too. |
The Input's text value is now updated immediately once changing it programmatically (via JavaScript, not by user interaction). Fixes: SAP#2233
It seems it will be handled with a backlog item. |
Hey colleagues, |
I am taking over that one. We included it in the current backlog and I will update you for any progress made in a few days. |
BREAKING CHANGE: filter value property is removed. FIXES: #2233
BREAKING CHANGE: filter value property is removed. FIXES: #2233
BREAKING CHANGE: filter value property is removed. FIXES: #2233
BREAKING CHANGE: filter value property is removed. FIXES: #2233
Describe the bug
The value of ComboBox doesn't update immediately after set value via useState.
To reproduce
Steps to reproduce the behavior:
value
property on the right panel, you will see the ComboBox still shows the previous value text.Expected behavior
The text value should be updated immediately once changing it.
Context
Affected components (if known)
ComboBox
The text was updated successfully, but these errors were encountered: