Perspective option to format percent by 0..100 or 0..1
M
Matthew Hunt
Whenever you try to use the number format of percentage on a numeric entry field it assumes a value 0..1 and multiples the decimal by 100%.
Numeral.js which is the library used for formatting should have an option for this already: "numeral.options.scalePercentBy100" so it should be easy to implement I would think
Log In