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
this is my form settings for this task. Is there a way to display up to two decimal places ex.( .00 or .30 ) if they input an integer or if the user inputs something like this 3.5 to show 3.50
I am using this
{ "name": "fromUnits", "placeholder": "Unit(s)", "maskType": "number", "maskSettings": { "min": 0, "precision": 2 }, "title": "From:", "validators": [ { "type": "numeric", "text": "Unit(s) cannot be less than zero.", "minValue": 0 } ] }
If I input 3 and press enter or click out of focus from the question
is there a way to display the value as 3.00
The text was updated successfully, but these errors were encountered: