Skip to main content

Overview

Stepper Event triggers fire when the user changes a stepper’s value by tapping the + or - controls. You can choose whether the trigger should fire when the stepper’s value increases, decreases, or changes in any way.
NoteStepper Event triggers only work when added to a native stepper.

Trigger Properties

Event

Set the trigger to fire when the switch is on, when the switch is off, or when the switch’s value changes:
  • Value Increased: Fires when the stepper’s value increases.
  • Value Decreased: Fires when the stepper’s value decreases.
  • Any: Fires when the stepper’s value changes in any way.

Is Enabled

Set if the trigger should fire when the trigger’s conditions are met.
trigger.isEnabled
Type: boolean
Values:
true = enabled
false = disabled
Can get or set the value.

Resources

Projects

Native Controls Template

I