1.1.3 • Published 1 year ago

@ibkhall/v-phone-field v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vuetify phone field

npm npm.io

Vuetify telephone field

Install

npm install @ibkhall/v-phone-field

Usage

<script setup>
import VPhoneField from '@ibkhall/v-phone-field'
import {ref} from 'vue'

const phone = ref('')
</script>
<template>
<!-- some codes -->

<VPhoneField v-model="phone"/>
<!-- some codes -->
</template>

Props

All VTextField props and following props

NameDefaultDescription
default-countrythe country fetched from IP address of userThe country iso2 code(ex: ne for Niger)
invalid-messageInvalid phone numberError message to display when invalid

Events

All VTextField events and @validate

NameDescription
@validateOn phone number is valid

License

The MIT License.

Author

1.1.1

1 year ago

1.1.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago