sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

Searchable and Select-on-tab breaks selecting on enter and Tab to exit field #1797

Open sebix opened 9 months ago

sebix commented 9 months ago

Describe the bug When Select on Tab is active, selecting a value with Enter and then switching to the next element with a regular "Enter" is broken and resets the value to the first item of the list.

Reproduction Link See next section

Steps To Reproduce

Expected behavior The value stays the same after pressing Tab once the value is already selected

Screenshots vue-select