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
Hold arrow button until limit is reached, then do the same with opposite button, repeating a couple of times will
make all events to not work properly (button clicks set more than 1 step at once, and keyboard up and down arrow don't stop until limit is reached, even if tapped once)
Actual behavior
Button & keyboard events don't work properly
Expected behavior
Behaviour shouldn't not change when usin min/max
Edit: Seems I found the cause of the issue, this bug doesn't happen if you release the mouse before reaching the limit, or upon reaching the limit, outside of the disabled button. I've checked the source and it seems stopContinuousChange is not firing when releasing the mouse on the disabled button
The text was updated successfully, but these errors were encountered:
Environment
Code Sandbox
Link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprint-numericinput-vxkuu
Steps to reproduce
make all events to not work properly (button clicks set more than 1 step at once, and keyboard up and down arrow don't stop until limit is reached, even if tapped once)
Actual behavior
Button & keyboard events don't work properly
Expected behavior
Behaviour shouldn't not change when usin min/max
Edit: Seems I found the cause of the issue, this bug doesn't happen if you release the mouse before reaching the limit, or upon reaching the limit, outside of the disabled button. I've checked the source and it seems stopContinuousChange is not firing when releasing the mouse on the disabled button
The text was updated successfully, but these errors were encountered: