-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add +/- buttons option for textsliders in interactive builder #379
Comments
It'd be nice as a way to step through things; if you've got a thousand rows of data, the slider often has a minimum step size > 1, and it'd be easier than having to type in a number in the text box at each step. They might not be needed everywhere, but they shouldn't take up too much space and are a pretty common element, so shouldn't be too difficult to implement I'd imagine. |
Oh, I used step size for the branch. Maybe for integer base sliders step size should always be 1. |
Actually, do you have an example of this? The code seems to already use stepsize of 1 for integer values. i.e. what primitive/field? |
Sorry, that wasn't really clear. It's not so much that the slider actually has a minimum step size > 1, as that if you've got N rows of data and a slider that's < N pixels wide, you can't really move it in increments of ±1 (so I don't really have an example). Though even if you could, it's still fiddly to grab the little slider and move it by exactly one step each time you want to move it. Basically, in my view:
All three have different strengths and weaknesses, but complement each other nicely, so I think having all three would provide the greatest range of use for users. |
Daniel suggested we have +/- buttons as an option when building the text sliders.
The text was updated successfully, but these errors were encountered: