Gathering detailed insights and metrics for vue-input-autocomplete2
Gathering detailed insights and metrics for vue-input-autocomplete2
Gathering detailed insights and metrics for vue-input-autocomplete2
Gathering detailed insights and metrics for vue-input-autocomplete2
npm install vue-input-autocomplete2
Typescript
Module System
Node Version
NPM Version
Vue (85.18%)
JavaScript (14.82%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 10, 2021
Latest Version
0.1.45
Package Id
vue-input-autocomplete2@0.1.45
Unpacked Size
610.47 kB
Size
153.75 kB
File Count
11
NPM Version
6.14.10
Node Version
14.15.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1npm install vue-advanced-search 2 3Add the css into your project 4<style src="vue-advanced-search/dist/AdvancedSearch.css"></style>
1<template> 2 <div> 3 <advanced-search 4 v-model="model" 5 :options="options" 6 > 7 </advanced-search> 8 </div> 9</template> 10 11<script> 12 import Advanced-Search from 'vue-advanced-search' 13 export default { 14 components: { AdvancedSearch }, 15 data () { 16 return { 17 model: null, 18 options: [ 19 { label: 'label1', value: 'value1' }, 20 { label: 'label2', value: 'value2' } 21 ] 22 } 23 } 24 } 25</script> 26<style src="vue-advanced-search/dist/AdvancedSearch.css"></style>
1<template> 2 <div> 3 <advanced-search 4 v-model="model" 5 :options="options" 6 select 7 multiple 8 > 9 </advanced-search> 10 </div> 11</template> 12 13<script> 14 import Advanced-Search from 'vue-advanced-search' 15 export default { 16 components: { AdvancedSearch }, 17 data () { 18 return { 19 model: null, 20 options: [ 21 { label: 'label1', value: 'value1' }, 22 { label: 'label2', value: 'value2' }, 23 { label: 'label3', value: 'value3' } 24 ] 25 } 26 } 27 } 28</script> 29<style src="vue-advanced-search/dist/AdvancedSearch.css"></style>
prop | type | default | description |
---|---|---|---|
value | String/Integer/Array/Object | '' | The selected value(s) |
options | Array | [] | Array of available options: If array of objects, label will be option.label |
placeholder | String | 'Search' | The placeholder attribute |
selectMode | Boolean | false | Enables input select |
multiple | Boolean | false | Enable multiple select |
event | attributes | description |
---|---|---|
input | (value) | triggers for any change to 'this.value' |
select | (value) | triggers after selecting an option |
slot | description |
---|---|
input | Slot for the input |
label | Slot for the label displayed |
option | Slot for custom option |
1 2npm run serve
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
15 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More