Props

data class Props(val value: String, val onChange: (String) -> Unit, val options: UiTextAreaComponent.Options) : GenericFormField.Props<String, UiTextAreaComponent.Options>

Constructors

Link copied to clipboard
fun Props(value: String, onChange: (String) -> Unit, options: UiTextAreaComponent.Options)

Properties

Link copied to clipboard
open override val onChange: (String) -> Unit
Link copied to clipboard
Link copied to clipboard
open override val value: String