I noticed that there is a massive scrollbar for setting the playercount limit on a game and came up with a way on how to make this easier to navigate through.
I noticed that there is a massive scrollbar for setting the playercount limit on a game and came up with a way on how to make this easier to navigate through.
The UX there would be a bit questionable. I think the de-facto solution for this is an input field where you can type a min-max-delimited number and increment/decrement itβ¦
<input type="number" min="1" max="700">
actually, there is already an easy way to navigate it. First open the scrollbar and type in the choice you want, for example if you want 657 type β657β. (Yes there is no textbox but it works)