Select Field
fun <T> Tag.SelectField( value: T, onChange: (T) -> Unit, configure: SelectFieldComponent.Config<T>.() -> Unit = {}): ComponentRef<SelectFieldComponent<T>>
Content copied to clipboard
fun <T> Tag.SelectField(property: KMutableProperty0<T>, configure: SelectFieldComponent.Config<T>.() -> Unit = {}): ComponentRef<SelectFieldComponent<T>>
Content copied to clipboard