Comment to 'Two Bugs in the Phone Input Field'
  • BUG 1:

    The correct regular expression in your case would be:

    ~^\+[1]\d{10}$~ 
    

    or

    #^\+[1]\d{10}$# 
    

    You can see the example in the field description: