-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AutoComplete: Resetting value doesn't work #6044
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Comments
Thanks for the reproducer! |
nitrogenous
added a commit
that referenced
this issue
Mar 18, 2024
Fix #6044: Autocomplete reset selectedItem if value cleared
Hi I think this bug is back. tried to reproduce here https://stackblitz.com/edit/mpjbld-7qabtz |
@nitrogenous @melloware maybe I can help with this if you provide me more context |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After resetting AutoComplete's value, input doesn't allow to select latest added value.
Reproducer
https://stackblitz.com/edit/5tsd5s
PrimeReact version
10.5.1
React version
18.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Result: input is empty, unable to select same value after resetting
Expected behavior
Expected: should be able to select same value after resetting
The text was updated successfully, but these errors were encountered: