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
A Number can also be a negative which starts with a dash. The regex fails to accept this sort of numbers. The same field shows a slider on the right. One can that slider to get to negative numbers and that is fine and passes validation since no keypress was done.
Any suggestion on how to get around it?
The text was updated successfully, but these errors were encountered:
backbone-forms/src/editors/number.js
Line 52 in 7aad9e3
A Number can also be a negative which starts with a dash. The regex fails to accept this sort of numbers. The same field shows a slider on the right. One can that slider to get to negative numbers and that is fine and passes validation since no keypress was done.
Any suggestion on how to get around it?
The text was updated successfully, but these errors were encountered: