Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@input event is triggered so many times while we are sliding the slider #573

Open
rajeshwarpatlolla opened this issue Feb 6, 2023 · 0 comments
Labels
bug report A submitted bug report, not yet validated.

Comments

@rajeshwarpatlolla
Copy link

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:

  1. Go to slider input
  2. 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.

@rajeshwarpatlolla rajeshwarpatlolla added the bug report A submitted bug report, not yet validated. label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report A submitted bug report, not yet validated.
Projects
None yet
Development

No branches or pull requests

1 participant