shentao/vue-multiselect

Universal select/multiselect/tagging component for Vue.js

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 23rd, 2016
Open Issues & Pull Requests: 307 (+0)
GitHub issues: Enabled
Number of forks: 987
Total Stargazers: 6,782 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.2 days
Mean response time: 167.3 days
90th percentile: 580.3 days
Tracked items: 103

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 1% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 961 days
Stale 30+ days: 35
Stale 90+ days: 26

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • needs repro (24)
  • enhancement (10)
  • 3.0 (8)
  • 4.0 (5)
  • question (5)
  • bug (4)
  • docs (4)
  • dependencies (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Vue-multiselect is a select, multiselect, and tagging component for Vue.js that works with Vue 3.

The component addresses the need for flexible dropdown and selection interfaces in Vue applications. It provides single select, multiple select, tagging, and filtering capabilities with built-in search and suggestion features. The tool supports both synchronous and asynchronous option loading, includes v-model binding, and works with Vuex. Its logic is organized into mixins to allow composition, and it ships with both a basic component and support for custom component implementations. The component has no external dependencies.

Developers should choose this tool if they need a configurable selection component that works across single-select dropdowns, multi-select lists, and tag input scenarios. It suits projects already committed to Vue 3 that want a lightweight solution without additional dependencies. The component is fully configurable through its props system, allowing customization to fit various use cases.

The tool is backward compatible between major versions, with version 3 maintaining nearly identical behavior to version 2.x to ease upgrades.