primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.64k stars 1.24k forks source link

AutoComplete: Enter does not submit form (PrimeVue 4) #6788

Open tristanlins opened 1 week ago

tristanlins commented 1 week ago

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.