onChange
abstract var onChange: (event: SyntheticEvent<*, *>?, ReadonlyArray<ItemValue>, reason: String) -> Unit?(source)
Callback fired when the selected value changes. This is a strongly typed convenience event that can be used instead of onStateChange
.