kvision / pl.treksoft.kvision.form.text / Password

Password

open class Password : Text

Form field password component.

Constructors

<init>

Password(value: String? = null, label: String? = null, rich: Boolean = false)

Inherited Properties

autocomplete

var autocomplete: Boolean?

Determines if autocomplete is enabled for the input element.

input

val input: TextInput

The actual input component.

type

var type: TextInputType

Text input type.

Companion Object Functions

password

fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Password

DSL builder extension function.