You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - is there any change to hook to slider events?
After slider value change I'm making call to API - so right now i'm binding like: from.bind="fromDays & debounce:500" to filtrate every movement but this causes 500ms dalay before API call after user finishesh playing with slider. If I can hook to onFinish event I would make API call instantly and ignore earlier movements.
The text was updated successfully, but these errors were encountered:
Hi - is there any change to hook to slider events?
After slider value change I'm making call to API - so right now i'm binding like:
from.bind="fromDays & debounce:500"
to filtrate every movement but this causes 500ms dalay before API call after user finishesh playing with slider. If I can hook to onFinish event I would make API call instantly and ignore earlier movements.The text was updated successfully, but these errors were encountered: