core
0.23.5
js
core
/
de.peekandpoke.kraft.addons.semanticui.forms.old.textarea
/
TextAreaFieldComponent
/
Config
/
Config
Config
js
fun
<
T
>
Config
(
value
:
T
,
type
:
InputType
,
onChange
:
(
T
)
->
Unit
,
toStr
:
(
T
)
->
String
,
fromStr
:
(
String
)
->
T
)