Closed GoogleCodeExporter closed 9 years ago
Duplicate issue. Remove "-1" from line 441.
Original comment by darwinca...@gmail.com
on 29 Aug 2011 at 5:17
Thanks both, will be looking into it for the next release.
Original comment by apar...@gmail.com
on 11 Sep 2011 at 4:35
If you make the following change
$("#riskfreeinterestrate").blur(function () {
$(this).parseNumber({ format: "##.###%", locale: "us", round: false });
$(this).formatNumber({ format: "##.###%", locale: "us", round: false });
});
i.e. round:false then this resolves the issue, i.e. no more rounding of the
percentage
Original comment by david.la...@gmail.com
on 27 Sep 2011 at 8:48
Fixed as or r17 and will be released for 1.2.3.
This was actually a problem with the parsing function, with it rounding
incorrectly.
Original comment by apar...@gmail.com
on 5 Feb 2012 at 1:37
Original issue reported on code.google.com by
discover...@gmail.com
on 24 Aug 2011 at 7:11