core
0.20.1
js
core
/
de.peekandpoke.kraft.addons.forms
/
FormFieldInputChanged
Form
Field
Input
Changed
js
class
FormFieldInputChanged
<
P
>
(
val
field
:
FormField
<
P
>
)
:
MessageBase
<
FormField
<
P
>
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Form
Field
Input
Changed
Link copied to clipboard
js
fun
<
P
>
FormFieldInputChanged
(
field
:
FormField
<
P
>
)
Content copied to clipboard
Functions
stop
Link copied to clipboard
js
fun
stop
(
)
Content copied to clipboard
Stops the event from propagation
Properties
field
Link copied to clipboard
js
val
field
:
FormField
<
P
>
Content copied to clipboard
is
Stopped
Link copied to clipboard
js
open
override
val
isStopped
:
Boolean
Content copied to clipboard
Property indicating if the propagation of the message was stopped
sender
Link copied to clipboard
js
open
override
val
sender
:
FormField
<
P
>
Content copied to clipboard