Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unformat behavior because of missing defaultFormat #40

Closed
deytao opened this issue Jan 4, 2013 · 1 comment
Closed

Unformat behavior because of missing defaultFormat #40

deytao opened this issue Jan 4, 2013 · 1 comment

Comments

@deytao
Copy link

deytao commented Jan 4, 2013

Where is 'defaultFormat' set ?
https://github.com/adamwdraper/Numeral-js/blob/master/numeral.js#L447

If I do

var price = numeral().unformat(0);

I have an exception from https://github.com/adamwdraper/Numeral-js/blob/master/numeral.js#L79 because inputString is undefined.

How can I unformat when my value is 0 ?

@adamwdraper
Copy link
Owner

The unformat function takes a string so your example needs to be:

numeral().unformat('0')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants