Problem with telephone number formating. #69

Open
lukasborawski opened this Issue Oct 22, 2014 · 1 comment

Projects

None yet

1 participant

So i have this number in my input value 608291461.
Also i have formatter setup to .formatter({ 'pattern': '+48 {{999}} {{999}} {{999}}', 'persistent': true }). After transformation by formatter in my input 8 number from 608 disappears and result is only a +48 602 914 64.

I've add a space between + and 48 and now it's work fine, but this is still bug for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment