2 Repos
Select components that fetch their option lists from external data sources on demand.
Distinct from Select Components: Specializes generic select components by adding the requirement of asynchronous data fetching.
Explore 2 awesome GitHub repositories matching user interface & experience · Asynchronous. Refine with filters or upvote what's useful.
vue-multiselect is a suite of selection components for Vue.js that provides a searchable dropdown interface for single or multiple selections. It functions as a select input and tagging component capable of handling datasets from local sources or remote APIs. The project is distinguished by its support for asynchronous selection, enabling the retrieval of options from a remote source based on real-time search queries. It also features a dynamic tagging interface that allows users to create new custom tags when a required value is missing from the existing list. The component covers a broad r
Ships a select component that fetches its option lists from external APIs on demand during search.
vue-multiselect is a selection component for Vue.js that provides a customizable dropdown input supporting single and multiple selection. It functions as a selection field that allows users to pick multiple options from a list simultaneously and as a tagging input for creating and adding custom labels to a collection. The component supports asynchronous data loading to fetch selection options from a remote API or data source on demand. It includes built-in search filtering to process queries against the options list and dynamically hide non-matching items. The project covers the development
Functions as a Vue.js input that fetches selection options from a remote API on demand.