Skip to content

Kirby 3.6.6

Tel input

<k-tel-input>

This UI component hasn't been finalized yet. The functionality and syntax aren't stable and might be redone in an upcoming release. Only use it at your own risk - breaking changes are likely to occur.

<k-input v-model="tel" name="tel" type="tel" />

Props

Prop Type Default Description
autocomplete
string
"tel"
autofocus
boolean
disabled
boolean
id
number|string
function() { return this._uid; }
maxlength
number
minlength
number
name
number|string
pattern
string
placeholder
string
preselect
boolean
required
boolean
spellcheck
boolean|string
"off"
type
string
"tel"
value
string

Events

Event Description Passes
input
invalid
  • undefined

CSS classes

.k-tel-input