Skip to content

Commit

Permalink
fix(editForm): relax phone regex (projectcaluma#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored Aug 3, 2022
1 parent 75b0273 commit bd2d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/templates/users/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
name="phone"
placeholder="{{t "emeis.users.headings.phone-placeholder"}}..."
required={{includes "phone" this.requiredFields}}
pattern="^[0-9()\-\s]+$"
pattern="^[0-9()\+\-\s]+$"
value={{@model.phone}}
/>

Expand Down

0 comments on commit bd2d63c

Please sign in to comment.