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
Pressing the sign button when the content has decimals with EU separator "123,45" doesn't change the sign. The regex /^[+-]?\d*\.?\d*$/ prevents the action.
The text was updated successfully, but these errors were encountered:
Hi,
I have a keyboard configured with:
Pressing the sign button when the content has decimals with EU separator "123,45" doesn't change the sign. The regex
/^[+-]?\d*\.?\d*$/
prevents the action.The text was updated successfully, but these errors were encountered: