Form input plus and minus spinner type thing

Hi

does anyone know of any way to achieve something like this in wappler

111111111

Was hoping there would be something native but cant find anything.

thanks in advance

Hi. I just did it.
I take the idea from this post: Increment Value with button

imagen

That’s nice, like that. Did you go Ben’s approach of input type number?

At the end is a Mix of that, I handle the values with datastore like in this post
I remove the spin option of the input number:

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;}

I used:
One button for decrement
One Button for increment
Input type number as readonly
And the max depends in my inventory.

2024-05-04_00-47-07

1 Like