Password input
<k-password-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.
Props
Prop | Type | Default | Description |
---|---|---|---|
autocomplete |
string |
"new-password" |
|
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 |
"password" |
|
value |
string |
– |
|
Events
Event | Description | Passes |
---|---|---|
input |
|
– |
invalid |
|
|
CSS classes
.k-password-input