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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
So i have a number field integrated with a html text input and I don't see any method to enter a decimal number unless the text field already contains a decimal (so that it is already evaluated by parseNumber to be a valid decimal) or I have to copy the text and paste it into the field. The instant I remove the fractional portion of a value so that the window contains "1.", parseFloat(1.1) returns 1 and then I can never enter a fractional portion of a number because "1." evaluates to "1". Is there a work around?
The text was updated successfully, but these errors were encountered:
So i have a number field integrated with a html text input and I don't see any method to enter a decimal number unless the text field already contains a decimal (so that it is already evaluated by parseNumber to be a valid decimal) or I have to copy the text and paste it into the field. The instant I remove the fractional portion of a value so that the window contains "1.", parseFloat(1.1) returns 1 and then I can never enter a fractional portion of a number because "1." evaluates to "1". Is there a work around?
The text was updated successfully, but these errors were encountered: