Numeral-js icon indicating copy to clipboard operation
Numeral-js copied to clipboard

expect null as zero

Open MadSummer opened this issue 4 years ago • 1 comments

i got an js error like:

Uncaught TypeError: Cannot read property 'toString' of null

use like this numeral("").divide(100)

so how can i set the value as 0 when is null like

numeral("") numeral(null)

MadSummer avatar May 25 '20 10:05 MadSummer