kvision / pl.treksoft.kvision.form.text / AbstractTextInput / startValue

startValue

var startValue: String?

The value attribute of the generated HTML input element.

This value is placed directly in generated HTML code, while the value property is dynamically bound to the text input value.

Getter

The value attribute of the generated HTML input element.

This value is placed directly in generated HTML code, while the value property is dynamically bound to the text input value.

Setter

The value attribute of the generated HTML input element.

This value is placed directly in generated HTML code, while the value property is dynamically bound to the text input value.