- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can format number decimal places in JavaScript using .toFixed() e.g.
var testNumber = 3.0123;
this.rawValue = testNumber.toFixed(1); // result is 3.0
Ben Walsh
Views
Replies
0 Likes
Total Likes