Hello,
I have an issue with numerical input field when the user inputs a decimal amount. This works fine if the amount is inputted with a 0 in front of the decimal point (ex 0.25) but doesn’t work when the user does not input the 0 before the decimal point (ex .25).
Is this the intended functionality? Is there a suggestion for some logic that could capture this input and convert to a decimal number?