formatter.js
                                
                                
                                
                                    formatter.js copied to clipboard
                            
                            
                            
                        Problem with telephone number formating.
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.