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
On the demos page, set the cursor to the end of the text in the field and have the precision set to a value greater than 0. Then start backspacing - once you get to the character immediately to the left of the decimal point, it adds the same number of zeros to the value as the precision.
Ex:
Precision = 2
Value = 50.00
Backspacing will change the value to 5000.0.