core
0.37.2
js
core
/
de.peekandpoke.kraft.addons.forms
/
FormFieldComponent
/
Props
Props
js
interface
Props
<
P
>
Inheritors
Props
Props
Members
Properties
from
Str
Link copied to clipboard
js
abstract
val
fromStr
:
(
String
)
->
P
initial
Value
Link copied to clipboard
js
abstract
val
initialValue
:
P
on
Change
Link copied to clipboard
js
abstract
val
onChange
:
(
P
)
->
Unit
rules
Link copied to clipboard
js
abstract
val
rules
:
List
<
Rule
<
P
>
>