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
When pressing number key and decimal separator key immediatrly after, the decimal separator is deleted. field.setDecimalSeparator('.');
for ex "2." -> "2".
So that it is not deleted, you need to wait for the time before entering the separator.
When pressing number key and decimal separator key immediatrly after, the decimal separator is deleted.
field.setDecimalSeparator('.');for ex "2." -> "2".
So that it is not deleted, you need to wait for the time before entering the separator.