# vue-select **Repository Path**: mirrors_fis-components/vue-select ## Basic Information - **Project Name**: vue-select - **Description**: Fork from https://github.com/onefriendaday/vue-select.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-select Vue JS selectbox replacement with search field. Tries to imitate the functionality of the jquery plugin [select2](https://select2.github.io/examples.html) but with much less code. ## Features * Compatibility with vue-validator * Enable or disable search field * Provide data source from url, parent component or global window variable * Map names for value and id # How to use ``` new Vue({ el: 'body', components: { select: require('vue-select') } }) ``` ```
``` ## Example how to use with vue-validator ``` ``` # Todo * Remove Jquery dependencies