value

A KVar bidirectionally synchronized with the value of a select element. This KVar will update if the select element is changed (depending on kvarUpdateEvent), and will modify the element value if the KVar is changed.

value can be set to a KVar<String> to synchronize with an existing KVar, or it will create a new KVar("") if not set.