formatter.js icon indicating copy to clipboard operation
formatter.js copied to clipboard

Problem with telephone number formating.

Open lukasborawski opened this issue 11 years ago • 1 comments

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.

lukasborawski avatar Oct 22 '14 10:10 lukasborawski

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

lukasborawski avatar Oct 22 '14 10:10 lukasborawski