-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Enter does not submit form (PrimeVue 4) #6788
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
Due to PrimeVue team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨ |
SamVanini
added a commit
to SamVanini/primevue
that referenced
this issue
Jan 16, 2025
Ran into this as well |
would also need a fix for this, if and when possible. |
Temporary workaround I'm using. I'm not using multiselect or other options so you'll probably need to modify it if you are.
|
strubix
pushed a commit
to strubix/primevue
that referenced
this issue
Mar 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
The issue #5618 is back in PrimeVue 4.
Hitting enter while the AutoComplete Input is focused does not submit the form.
Reproducer
https://stackblitz.com/edit/mjkldi
PrimeVue version
4.2.1
Vue version
4.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome 130
Steps to reproduce the behavior
Using the Form example.
Enter some text, choose a country, hit enter.
Expected behavior
The form should be submitted.
The text was updated successfully, but these errors were encountered: