mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-23 17:52:36 -04:00
feat(phone-parser): searchable country code select
This commit is contained in:
parent
105b21badc
commit
d2956b66fe
@ -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…
x
Reference in New Issue
Block a user