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
Describe the bug
Number revalidation causes problems in places like the Velocity dialog box. If you want to enter a negative number, it won't let you type a minus sign because as soon as you type the minus sign by itself, it validates it and it's not a valid number. You have to do a workaround by typing a digit first, then putting a minus sign in front of it.
To Reproduce
Steps to reproduce the behavior:
Go to Velocity dialog box
Delete the existing number
Try typing a negative number
The moment you type the minus sign, it validates it as not a valid number.
Expected behavior
Number validation should only trigger after a user finishes entering a new value (e.g. if they click on a different UI element so that focus leaves a number entry field, or if they press enter).
Describe the bug
Number revalidation causes problems in places like the Velocity dialog box. If you want to enter a negative number, it won't let you type a minus sign because as soon as you type the minus sign by itself, it validates it and it's not a valid number. You have to do a workaround by typing a digit first, then putting a minus sign in front of it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Number validation should only trigger after a user finishes entering a new value (e.g. if they click on a different UI element so that focus leaves a number entry field, or if they press enter).
Additional context
See discord conversation in #dev from @robertnhart: https://discord.com/channels/1109381965116870667/1284714220981583947/1335205910448046150
The text was updated successfully, but these errors were encountered: