POLL: number stepper layout change

Hi guys, so quick poll to see what people think - im considering change the number stepper to a different layout and thought (like the scrollbars) id check what other users thought first - so here is a basic mock up of some styles:

image

(its pretty small, sorry!). So, from the mock up above, which option below?

  • #1 Current number stepper
  • #2 Buttons pointing left / right
  • #3 Buttons moved and pointing left / right

0 voters

stepperv2_2

Buttons moved is usually better for touchscreens :slight_smile:

1 Like

Yeah, the default will be right / left buttons, but you can change it easily back to the old one (just like the scrollbars):

<module>
    <properties>
        <property name="haxe.ui.components.numberstepper.style" value="classic-stepper" />
    </properties>
</module>

Or you can just set “layout” on individual steppers / groups of steppers.

1 Like

They also fit better with the new “option stepper” component:

option_stepper

2 Likes