kvision / pl.treksoft.kvision.form.select / SimpleSelectInput / startValue

startValue

var startValue: String?

The value of the selected child option.

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

Getter

The value of the selected child option.

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

Setter

The value of the selected child option.

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