Package-level declarations
Types
Link copied to clipboard
class ListFieldComponent<T>(ctx: Ctx<ListFieldComponent.Props<T>>) : Component<ListFieldComponent.Props<T>>
Functions
Link copied to clipboard
fun <T> Tag.ListField(items: List<T>, onChange: (List<T>) -> Unit, customize: ListFieldComponent.PropsBuilder<T>.() -> Unit): ComponentRef<ListFieldComponent<T>>