feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
915 stars 386 forks source link

ToggleSwitch: do not change isSelected on Event.TRIGGER #1755

Closed CrazyFlasher closed 6 years ago

CrazyFlasher commented 6 years ago

Is it possible? On ToggleButton I use isToggle

joshtynjala commented 6 years ago

You need to listen for Event.CHANGE, which is dispatched after Event.TRIGGERED.