
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
vue-search-select
Advanced tools
A Vue.js search select component with NO dependencies.
There are three file.
Version2's BasicSelect, ListSelect components are removed.
import "vue-search-select/dist/VueSearchSelect.css"
Semantic-ui-css compatible html and css classes used.
If you already use semantic-ui(or fomantic-ui) VueSearchSelect.css import is unnecessary. If you want use vue-search-select without semantic-ui-css, import VueSearchSelect.css.
https://github.com/moreta/vue-search-select/releases
https://vue-search-select.netlify.com
npm install --save vue-search-select
yarn add vue-search-select
pnpm add vue-search-select
| Component | Name | Type | Default | Description |
|---|---|---|---|---|
| ModelSelect | options | Array | option list | |
| isError | Boolean | false | error style | |
| isDisabled | Boolean | false | disable component | |
| placeholder | String | '' | ||
| filterPredicate | String | new RegExp(inputText, 'i') | ||
| customAttr | Function | () => '' | Add custom html attribute | |
| name | String | input form name attribute | ||
| id | String | id attribute | ||
| ModelListSelect | list | Array | option list | |
| optionValue | String | value key | ||
| optionText | String | text key | ||
| customText | Function | custom text function | ||
| optionDisabled | String | false | disabled key | |
| isError | Boolean | false | error style | |
| isDisabled | Boolean | false | disable component | |
| placeholder | String | '' | ||
| filterPredicate | String | new RegExp(inputText, 'i') | ||
| name | String | input form name attribute | ||
| id | String | id attribute | ||
| MultiSelect | options | Array | option list | |
| selectedOptions | Array | default option list | ||
| isError | Boolean | false | error style | |
| isDisabled | Boolean | false | disable component | |
| placeholder | String | '' | ||
| filterPredicate | String | new RegExp(inputText, 'i') | ||
| customAttr | Function | () => '' | Add custom html attribute | |
| hideSelectedOptions | Boolean | false | Hide Option list that item selected | |
| name | String | input form name attribute | ||
| id | String | id attribute | ||
| MultiListSelect | list | Array | option list | |
| optionValue | String | value key | ||
| optionText | String | text key | ||
| customText | Function | custom text function | ||
| optionDisabled | String | false | disabled key | |
| selectedItems | Array | default option(raw object) | ||
| isError | String | false | error style | |
| isDisabled | Boolean | false | disable component | |
| placeholder | String | '' | ||
| filterPredicate | String | new RegExp(inputText, 'i') | ||
| name | String | input form name attribute | ||
| id | String | id attribute |
pnpm run build
pnpm run dev:docs
FAQs
A Vue.js search select form component
We found that vue-search-select demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.