Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

fix: phone input validation component (2699) #2725

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
37a9976
import react-intl-tel-input
marcoboncoraglio Aug 18, 2021
ed14517
add telephone input component
marcoboncoraglio Aug 18, 2021
3640f53
add telephone input component tests
marcoboncoraglio Aug 18, 2021
9e95766
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
4e20e69
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
e9fcde1
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
fe2f970
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
827b46b
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
ec695b2
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
05bed42
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 2, 2021
ec89cd0
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 5, 2021
16513b1
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 6, 2021
b543b95
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 7, 2021
a5e80ca
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 11, 2021
63ffdf3
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 11, 2021
a7e42c0
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 12, 2021
c3858f0
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 12, 2021
07c2839
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 12, 2021
8968e37
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 13, 2021
2f6763e
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 15, 2021
7f134cb
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 15, 2021
06ece1a
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 18, 2021
2773028
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 19, 2021
1664ca0
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
c9f3544
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
c80b70a
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
9accbac
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
41dc90d
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
6b306a2
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
10c1844
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
9f697a6
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
369af4a
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
dd2374f
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
56fe76b
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
be707bc
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
8948cd5
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 21, 2021
5bca54e
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 22, 2021
ed8a752
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 22, 2021
571cd7b
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 22, 2021
2d4702f
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 22, 2021
dd22b8b
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 22, 2021
4ac5eab
Merge branch 'master' into 2699-PhoneInputValidationComponent
Oct 22, 2021
b25cc6d
Merge branch 'master' into 2699-PhoneInputValidationComponent
Nov 2, 2021
8f63fd9
Merge branch 'master' into 2699-PhoneInputValidationComponent
Nov 2, 2021
4e685ef
Merge branch 'master' into 2699-PhoneInputValidationComponent
Nov 2, 2021
f6a7f35
Merge branch 'master' into 2699-PhoneInputValidationComponent
Nov 2, 2021
0da6092
Merge branch 'master' into 2699-PhoneInputValidationComponent
Nov 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"react-bootstrap-typeahead": "~5.2.0",
"react-dom": "~16.13.0",
"react-i18next": "~11.11.0",
"react-intl-tel-input": "~8.0.5",
"react-query": "~2.25.2",
"react-query-devtools": "~2.6.0",
"react-redux": "~7.2.0",
Expand Down