Open
Description
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.