-
Notifications
You must be signed in to change notification settings - Fork 11
Callback to capture any change on the toggle switch #16
Comments
Hi, I think you can use afterSetting() callback. It's fired when the toggle change. Edouard |
The after setting is getting initialized at the time of setup itself. Should i be calling it separately? $('#'+t).candlestick({
}); |
afterSetting is used in candlestick initilization, and after, when "switch" is fired. |
I have the same issue. Why is it called at initialization?? I need an event only called when the switch is fired, not on initialization! :(( |
Hi,
I want to capture the change of value on the Candlestick toggle switch. Which call back should i use? The afterAction and afterSetting both are invoked at the time of initialization itself.
Kindly suggest.
The text was updated successfully, but these errors were encountered: