A flexible & modern select-input control for Vue 3.

multi-select select vue3 vuejs
2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a `tabindex` prop to the `vue3-select-component` to allow developers to control the tab order of the select input within their forms. This requires modifying the component's code to accept and apply the `tabindex` attribute to the relevant DOM element.

Complexity: 3/5
enhancement good first issue

A flexible & modern select-input control for Vue 3.

TypeScript
#multi-select#select#vue3#vuejs

AI Summary: The task is to debug and fix a bug in the `vue3-select-component` where the `option-deselected` event isn't triggered when removing a selection using the backspace key. The fix should ensure the event fires consistently regardless of whether the selection is removed via mouse click or backspace.

Complexity: 4/5
bug good first issue

A flexible & modern select-input control for Vue 3.

TypeScript
#multi-select#select#vue3#vuejs