mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
feat(phone-parser): searchable country code select
This commit is contained in:
parent
105b21badc
commit
d2956b66fe
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ const countriesOptions = getCountries().map(code => ({
|
|||
<template>
|
||||
<div>
|
||||
<n-form-item label="Default country code:">
|
||||
<n-select v-model:value="defaultCountryCode" :options="countriesOptions" />
|
||||
<n-select v-model:value="defaultCountryCode" :options="countriesOptions" filterable />
|
||||
</n-form-item>
|
||||
|
||||
<c-input-text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue