open class Password : Text
Form field password component.
Password(value: String? = null, label: String? = null, rich: Boolean = false) |
var autocomplete: Boolean?
Determines if autocomplete is enabled for the input element. |
|
val input: TextInput
The actual input component. |
|
var type: TEXTINPUTTYPE
Text input type. |