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

Dynamic Suggestions: Selected Value Persists Even When Not in new updated Suggestions #802

Open
achrafmohye opened this issue Jan 7, 2025 · 0 comments · May be fixed by #806
Open

Dynamic Suggestions: Selected Value Persists Even When Not in new updated Suggestions #802

achrafmohye opened this issue Jan 7, 2025 · 0 comments · May be fixed by #806
Assignees

Comments

@achrafmohye
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants