sagalbot/vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 2nd, 2016
Open Issues & Pull Requests: 335 (+0)
GitHub issues: Enabled
Number of forks: 1,309
Total Stargazers: 4,668 (+0)
Total Subscribers: 59 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 45.7 days
Mean response time: 190.8 days
90th percentile: 402.3 days
Tracked items: 26

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,359 days
Stale 30+ days: 28
Stale 90+ days: 18

Recent activity

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

Top labels

  • bug (12)
  • RFC (1)
  • appendTo (1)
  • feature request (1)
  • vue 3 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Vue Select is a lightweight, extensible Vue component that replaces the standard HTML select element with a feature-rich dropdown.

The tool addresses the limitations of native select elements by providing a customizable component that supports filtering, searching, tagging, and multiple selection modes. It achieves this through a Vue component architecture that accepts slot-based customization and SCSS variable overrides, allowing developers to adapt the component's appearance and behavior to their specific needs without modifying core code.

Vue Select suits projects requiring more sophisticated selection interfaces than the browser's default dropdown while maintaining a minimal footprint. It works with both Vue 2 and Vue 3, supports server-side rendering, integrates with Vuex, and handles asynchronous data loading via AJAX. The component includes built-in accessibility features and requires no external dependencies. Developers should choose this tool when they need a dropdown component that balances functionality with bundle size constraints and want to avoid heavier UI frameworks for this single use case.

The project maintains active development across both Vue 2 and Vue 3 versions, with Vue 3 support available on a beta channel. Documentation is comprehensive and includes interactive examples. The maintainers actively solicit community sponsorship to sustain the project's maintenance burden. The codebase includes test coverage tracking and welcomes contributions from the community.