Package de. peekandpoke. kraft. addons. semanticui. forms. old. textarea
Types
Link copied to clipboard
open class TextAreaFieldComponent<T>(ctx: Ctx<TextAreaFieldComponent.Props<T>>) : FormFieldComponent<T, TextAreaFieldComponent.Props<T>>
Content copied to clipboard
Functions
Link copied to clipboard
fun Tag.TextArea( value: String, onChange: (String) -> Unit, configure: TextAreaFieldComponent.Config<String>.() -> Unit = {}): ComponentRef<TextAreaFieldComponent<String>>
Content copied to clipboard