value property
The HTMLSelectElement.value property contains the value of the first
selected option element associated with this select element.
This property can also be set directly, for example to set a default value based on some condition.
Implementation
external String get value;
Implementation
external set value(String value);