1.1.7 • Published 11 months ago

vue3-q-tel-input v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Vue3 Quasar Telephone Input

Node version Types npm.io npm.io npm.io

VUE3-Q-TEL-INPUT

The plugin was made over Vue3 with considering the Qasar Frameork v2.X. The plugin provides auto country detection on user inputs as well as dropdown for country which supports search by name, country code and country phone code.

Live preview for the code is avaialble in CodePen

Contributers are welcome.

Embed the Gist as

<script src="https://gist.github.com/CdTgr/a85f5548f08db62861091c7f85566026.js"></script>

Installation

Package manager

yarn

yarn add vue3-q-tel-input

npm

npm i vue3-q-tel-input

Import the component as

import Vue3QTelInput from 'vue3-q-tel-input'

Import the styles as

import 'vue3-q-tel-input/dist/vue3-q-tel-input.esm.css'
CDN
UNPKG
http://unpkg.com/vue3-q-tel-input@latest/dist/vue3-q-tel-input.min.js
http://unpkg.com/vue3-q-tel-input@latest/dist/vue3-q-tel-input.esm.css
JSDELIVR
https://cdn.jsdelivr.net/npm/vue3-q-tel-input@latest/dist/vue3-q-tel-input.min.js
https://cdn.jsdelivr.net/npm/vue3-q-tel-input@latest/dist/vue3-q-tel-input.esm.css

Usage

<vue3-q-tel-input v-model:tel="tel" />

All the props that are supported in quasr input field are available in the plugin as well. example

<vue3-q-tel-input v-model:tel="tel" dense outlined />

All the slots that are supported in quasar input field are available in the plugin as input slots. Country selection element uses #append slot

example

<vue3-q-tel-input>
    <template v-slot:append>
        <q-avatar>
            <img src="https://cdn.quasar.dev/logo-v2/svg/logo.svg">
        </q-avatar>
    </template>
</vue3-q-tel-input>

All the slots that are supported in quasar select field are available in the plugin as country select control slots with prefix cs-.

example

<vue3-q-tel-input>
    <template v-slot:cs-before-options>
        <q-item>
            <q-item-section>
                This renders as before-options q-select slot in country list
            </q-item-section>
        </q-item>
    </template>
</vue3-q-tel-input>

Model

PropTypeDescriptionUsage
telstring or numberThe telephone valuev-model:tel="telephone_number"

Props

PropTypeRequiredDescription
requiredBooleanNoShows error validation when the field is empty
search-textStringNoThe label for the search field inside the country dropdown
search-iconStringNoSet the icon for the search field to something else
default-countryStringNoThe default country to load. eg: us, ae, de, in etc.
dropdown-optionsObejctNoThe props availalbe for the Quasar Select
eager-validateBooleanNoSet to true if the validation needs not be run on loading
use-iconBooleanNoSet to use the emoji icon instead of the default flag images
no-results-textStringNoSet a string when the search results nothing, default: 'No results found'
disableAutoCountrySelectionBooleanNoPrevent the input field value from changing the country selection

Events

EmitterTypeDescription
update:telstringTriggers when an update is made to the model value
inputstringTriggers when the input value changes
errorbooleantrue when the input is invalid and false when valid
countryCountryGets back the object information of a country
1.1.7

11 months ago

1.1.0

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.51

1 year ago

1.0.53

1 year ago

1.0.44

2 years ago

1.0.22

2 years ago

1.0.26

2 years ago

1.0.47

1 year ago

1.0.25

2 years ago

1.0.46

2 years ago

1.0.24

2 years ago

1.0.45

2 years ago

1.0.23

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.50

1 year ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.21

2 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago