Replace rowing sliders with numeric inputs (min/max hints)#5
Replace rowing sliders with numeric inputs (min/max hints)#5kasary wants to merge 2 commits intoAbasz:masterfrom
Conversation
|
Actually I quite like that, it may need a bit of polish but I think its a good basis thanks you! Obviously it would be better to show the value permanently on the slider thumb but I think Material does not allow that out of the box and also there is not enough space to show longer values... Do you think the min-max is necessary if we show the exact value? I mean the slider would constrain and when you start pulling it will give you instant feed back (we would need to add the unit actually like %, or sec or ms or something) I will try to have a look and fiddle with it over the weekend. |
|
One more question sorry: Do you miss the fine tune adjusting buttons in this case? I mean from a user usage perspective. Is it ok that you can only set via the slider and you are not allowed to do one step increment decrement (fine stepping)? here is my idea: What if we permanently show the thumb with the value and we add a plus and minus at each end of the slider. I will need to see if angular material slider allows this out of the box, if not than probably I will need to do some css overriding but that is ok :D |
|
Hi, I don't miss it. I tried adding it, but that makes the space for the actual slider even smaller, which I think makes it even harder to use. |
|
I see now why you are saying the sliders are short... there is a bug in the media queries because on smaller screen all sliders and input boxes should take full row... not sure what is going on but I will fix this. I plan to show the value in the title, that way it does not take space. |
Improve the slider interaction on smaller screens by making them full length on mobile devices as well as show the value set permanently in the label to improve feedback to the user. This commit essentially addresses the issues raised in PR #5 (but without reducing slider space with the value).
|
Thanks for your help. |





Summary
Motivation
Sliders are especially frustrating to use on smartphones and make precise values hard to enter.
They are also difficult to read when discussing settings on GitHub, because exact values
are not immediately visible and require extra effort to extract.