1 Repo
Dropdown interfaces that fetch and filter results from external APIs on demand.
Distinct from Select Dropdowns: Specifies that the data source for the dropdown is a remote API, distinguishing it from static select dropdowns.
Explore 1 awesome GitHub repository matching user interface & experience · Remote Data Selection. Refine with filters or upvote what's useful.
vue-select is a reusable UI component for Vue applications that serves as an accessible replacement for the standard HTML select element. It provides a filterable dropdown interface designed to handle single or multiple selections and tagging. The component supports asynchronous data fetching and remote data selection, allowing users to search and retrieve information from external servers. It also includes server-side rendering integration to improve initial page load speed and search engine visibility. The project covers a range of capabilities including real-time search filtering, custom
Fetches and displays filtered results from an external API within the dropdown to avoid loading large datasets.