Props

data class Props<P>(val config: SelectFieldComponent.Config<P>) : FormFieldComponent.Props<P>

Constructors

Link copied to clipboard
fun <P> Props(config: SelectFieldComponent.Config<P>)

Properties

Link copied to clipboard
val config: SelectFieldComponent.Config<P>
Link copied to clipboard
open override val fromStr: (String) -> P
Link copied to clipboard
open override val initialValue: P
Link copied to clipboard
open override val onChange: (P) -> Unit
Link copied to clipboard
open override val rules: List<Rule<P>>