Password field
<k-password-field>
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.
Have a look at <k-field>, <k-input> and <k-password-input> for additional information.
Props
| Prop | Type | Default | Description | 
|---|---|---|---|
| after | string | – |  | 
| autocomplete | string | "new-password" |  | 
| autofocus | boolean | – |  | 
| before | string | – |  | 
| counter | boolean | true |  | 
| disabled | boolean | – |  | 
| endpoints | object | – |  | 
| help | string | – |  | 
| icon | string | "key" |  | 
| id | number|string | function() { return this._uid; } |  | 
| input | string|number | – |  | 
| invalid | boolean | – |  | 
| label | string | – |  | 
| maxlength | number | – |  | 
| minlength | number | 8 |  | 
| name | number|string | – |  | 
| novalidate | boolean | false |  | 
| pattern | string | – |  | 
| placeholder | string | – |  | 
| preselect | boolean | – |  | 
| required | boolean | – |  | 
| spellcheck | boolean|string | "off" |  | 
| theme | string | – |  | 
| translate | boolean | – |  | 
| type | string | "password" |  | 
| value | string | null |  | 
Events
| Event | Description | Passes | 
|---|---|---|
| blur |  | – | 
| focus |  | – | 
Slots
| Slot | Description | 
|---|---|
| after | |
| before | |
| counter | |
| default | |
| footer | |
| header | |
| help | |
| icon | |
| label | |
| options | 
CSS classes
.k-password-field