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
Describe the bug
When using a slider in the formulate, it triggers the @input event so many times. We want to make an API call once this slider is moved entirely and stopped. With the current event, it makes tons of API calls. How to get a single event call when the slider is moved completely?
To Reproduce
Steps to reproduce the behavior:
Go to slider input
Click on the slider and move it, the @input event starts triggering until you release the slider
Reproduction
Same as above
Expected behavior
There must be an event that triggers once per change or after the slider is released.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a slider in the formulate, it triggers the @input event so many times. We want to make an API call once this slider is moved entirely and stopped. With the current event, it makes tons of API calls. How to get a single event call when the slider is moved completely?
To Reproduce
Steps to reproduce the behavior:
Reproduction
Same as above
Expected behavior
There must be an event that triggers once per change or after the slider is released.
The text was updated successfully, but these errors were encountered: