I am creating a new application with it but I had a problem when choosing the format '10,000.00' for a text field. When I entered a numbre it was changin the value to 'NaN' instead of formatting it.
I replaced the line 220 of nuformat.js file from:
Code: Select all
return Number(formattedNumber).toFixed(nuFormats[f].format);
Code: Select all
return formattedNumber
KInd regrads,
Fike