Hacker News new | ask | show | jobs
by untothebreach 4596 days ago
it does a parseFloat() on the input, so input that can't be coerced into a float gets turned into NaN and not displayed.
1 comments

Makes sense, hadn't even looked that closely at the code before I commented - all 30 lines of it, ha. Shame on me.
Looks like that particular problem has been fixed.