toggle menu
core
0.43.4
js
switch theme
search in API
core
/
de.peekandpoke.kraft.addons.semanticui.forms.old.misc
/
NoInputFieldComponent
/
Props
Props
js
data
class
Props
<
P
>
(
val
config
:
NoInputFieldComponent.Config
<
P
>
)
:
FormFieldComponent.Props
<
P
>
Members
Constructors
Props
Link copied to clipboard
js
constructor
(
config
:
NoInputFieldComponent.Config
<
P
>
)
Properties
config
Link copied to clipboard
js
val
config
:
NoInputFieldComponent.Config
<
P
>
from
Str
Link copied to clipboard
js
open
override
val
fromStr
:
(
String
)
->
P
initial
Value
Link copied to clipboard
js
open
override
val
initialValue
:
P
on
Change
Link copied to clipboard
js
open
override
val
onChange
:
(
P
)
->
Unit
render
Link copied to clipboard
js
val
render
:
VDom
.
(
field
:
NoInputFieldComponent
<
P
>
)
->
Unit
rules
Link copied to clipboard
js
open
override
val
rules
:
List
<
Rule
<
P
>
>