mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
f47180cdae
Fixes #1161. Navigating with up or down arrows would always go to first and last option, skipping everything in between. Caused by missing break statements, probably deleted by accident. #1161 Co-authored-by: Dino Pejaković <dino.pejakovic@voxdiversa.hr>