Package dev. fritz2. components. select Field
Types
Link copied to clipboard
open class SelectFieldComponent<T>(items: List<T>, value: Store<T>? = null) : Component<Label> , InputFormProperties, SeverityProperties, TooltipProperties
Content copied to clipboard
This class manages the configuration and rendering of a selectField.