Closed kwoumn3 closed 6 years ago
I'm not sure if this is the expected functionality, but US toll free numbers are unable to be parsed into National format.
So for example if I do format(parse("+18001000066", 'National'), I get back an empty object.
format(parse("+18001000066", 'National')
Is it possible for US toll free numbers to be parsed as National numbers?
See the bug reporting section of the readme. https://github.com/catamphetamine/libphonenumber-js#bug-reporting
You can reopen the issue after that.
I'm not sure if this is the expected functionality, but US toll free numbers are unable to be parsed into National format.
So for example if I do
format(parse("+18001000066", 'National')
, I get back an empty object.Is it possible for US toll free numbers to be parsed as National numbers?