Opened 14 years ago
Closed 14 years ago
#2741 closed defect (fixed)
numbertextbox bad input yields NaN
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | General | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_validate.html, enter 1234 in the currency textbox or some value without a decimal, and it will get rendered as $NaN.00
Note: See
TracTickets for help on using
tickets.
Now format returns null and the box is empty. Still need to fix #2860 so that currencies w/o decimals are parsed properly.