wf-number-change
while Text Input and Text Area Input use the generic wf-change
.
As discussed in the Event handlers section, the payload can be accessed via the payload
argument in the event handler.
name
. If name
changes in the back-end, the component changes. If the component changes, the value of name
changes.
a
, b
and c
and display a value n
. This easily done by binding the components and linking the same recalculation event handler to all three components.
wf-
.
For example, if a Dropdown Input component lists options high
and low
, you’re guaranteed you won’t get a value like "Robert'); DROP TABLE students;--"
when handling wf-option-change
. You’ll get "high"
, "low"
or None
.