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
When the suggestions list is updated dynamically, the input value persists even if it no longer exists in the updated suggestions. This results in invalid values being displayed in the input field.
What did you expect to happen?
The Combobox should clear or validate the value against the updated suggestions.
How can we reproduce it (as minimally and precisely as possible)?
Have a dynamic suggestions updated by the parent
Have a previously selected input that does't exist in the updated suggestions
See the value that doesn't exist in the updated suggestions
On which environments the bug occurs?
No response
On which browser the bug occurs?
No response
The text was updated successfully, but these errors were encountered:
What happened?
When the suggestions list is updated dynamically, the input value persists even if it no longer exists in the updated suggestions. This results in invalid values being displayed in the input field.
What did you expect to happen?
The Combobox should clear or validate the value against the updated suggestions.
How can we reproduce it (as minimally and precisely as possible)?
On which environments the bug occurs?
No response
On which browser the bug occurs?
No response
The text was updated successfully, but these errors were encountered: