Open
Description
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)?
- 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