-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Ionic2 Range debounce feature #6894
Milestone
Comments
I think debounce should be added to text input and textarea as well. It would be good to find a way to don't repeat too much code. |
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Jun 16, 2016
adamdbradley
pushed a commit
that referenced
this issue
Jun 16, 2016
While we're at it, let's make this a standard across all inputs. |
awesome! Then I can pull out my range debounce code :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description of the problem:
Enhancement Request: add configurable debounce to range slider
What behavior are you expecting?
Allow user to specify debounce=value in ms the same way that min & max values are specified for the range slider.
Which Ionic Version? 1.x or 2.x
2.0
The text was updated successfully, but these errors were encountered: