
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
vuetify-country-search
Advanced tools
This package provides a pair of Vuetify components for countries/region select inputs. Components may be used together or standalone.
This package provides a pair of Vuetify components for countries/region select inputs. Components may be used together or standalone.
npm i --save vuetify-country-search
# or yarn add vuetify-country-search
import Vue from 'vue'
import VCountrySearch from 'vuetify-country-search'
Vue.use(VCountrySearch)
new Vue({}).$mount('#app')
// then inside your vue components
export default Vue.extend({
data: () => ({
country: 'AU',
region: 'South Australia'
})
})
<template>
<v-country-select v-model="country" />
<v-region-select v-model="region" :country="country" />
</template>
<script>
import { VCountrySelect, VRegionSelect, AllCountry, } from 'vuetify-country-search'
export default {
name: 'App',
components: { VCountrySelect, VRegionSelect },
data: () => ({
country: 'AU',
AllCountry, // AllCountry are array of all country and state
})
};
</script>
<template>
<VCountrySelect v-model="country" />
<br>
<VRegionSelect v-model="state" :country="country">
</template>
In addition to Vuetify VAutocomplete props, here are the available attributes that can be used with the provided components.
| Parameter | Required? | Default | Type | Description |
|---|---|---|---|---|
| v-model | yes | '' | string | The data binding for your component |
| Parameter | Required? | Default | Type | Description |
|---|---|---|---|---|
| v-model | yes | '' | string | The data binding for your component |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
This package provides a pair of Vuetify components for countries/region select inputs. Components may be used together or standalone.
The npm package vuetify-country-search receives a total of 40 weekly downloads. As such, vuetify-country-search popularity was classified as not popular.
We found that vuetify-country-search 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.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.