You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to have the option to disable the behaviour that the numbers increase or decrease when the buttons are pressed. Because even if I disable the component it doesn't stops.
gregorvoinov
changed the title
option to disable on press behavior for increment/decrement for inputNumber component
option to disable on press behaviour for increment/decrement for inputNumber component
Jan 22, 2025
I also have another issue. When I use the min and max prop the click event is no longer fired when it reaches the min or max level... Need this for a shopping cart to update the listitem with the min or max quantity.
If you use the #increment and #decrement slots to implement your own buttons, it's up to you to handle the disabled logic, you can use the disabled prop on the buttons.
Description
Hi,
it would be nice to have the option to disable the behaviour that the numbers increase or decrease when the buttons are pressed. Because even if I disable the component it doesn't stops.
best,
gregor
Additional context
No response
The text was updated successfully, but these errors were encountered: