Skip to content

Commit 001f7f1

Browse files
Form: update phone number format in demos (#32895)
1 parent bd37731 commit 001f7f1

40 files changed

Lines changed: 25 additions & 25 deletions

apps/demos/Demos/Form/Adaptability/Angular/app/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const employee: Employee = {
4545
City: 'Los Angeles',
4646
State: 'CA',
4747
Zipcode: '90013',
48-
Phone: '+1(213) 555-9392',
48+
Phone: '(213) 555-9392',
4949
Email: 'jheart@dx-email.com',
5050
Skype: 'jheart_DX_skype',
5151
};

apps/demos/Demos/Form/Adaptability/React/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const employee: Employee = {
1313
City: 'Los Angeles',
1414
State: 'CA',
1515
Zipcode: '90013',
16-
Phone: '+1(213) 555-9392',
16+
Phone: '(213) 555-9392',
1717
Email: 'jheart@dx-email.com',
1818
Skype: 'jheart_DX_skype',
1919
};

apps/demos/Demos/Form/Adaptability/ReactJs/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const employee = {
1111
City: 'Los Angeles',
1212
State: 'CA',
1313
Zipcode: '90013',
14-
Phone: '+1(213) 555-9392',
14+
Phone: '(213) 555-9392',
1515
Email: 'jheart@dx-email.com',
1616
Skype: 'jheart_DX_skype',
1717
};

apps/demos/Demos/Form/Adaptability/Vue/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
City: 'Los Angeles',
1212
State: 'CA',
1313
Zipcode: '90013',
14-
Phone: '+1(213) 555-9392',
14+
Phone: '(213) 555-9392',
1515
Email: 'jheart@dx-email.com',
1616
Skype: 'jheart_DX_skype',
1717
};

apps/demos/Demos/Form/Adaptability/jQuery/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const employee = {
1111
City: 'Los Angeles',
1212
State: 'CA',
1313
Zipcode: '90013',
14-
Phone: '+1(213) 555-9392',
14+
Phone: '(213) 555-9392',
1515
Email: 'jheart@dx-email.com',
1616
Skype: 'jheart_DX_skype',
1717
};

apps/demos/Demos/Form/Grouping/Angular/app/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const employee: Employee = {
4545
City: 'Los Angeles',
4646
State: 'CA',
4747
Zipcode: '90013',
48-
Phone: '+1(213) 555-9392',
48+
Phone: '(213) 555-9392',
4949
Email: 'jheart@dx-email.com',
5050
Skype: 'jheart_DX_skype',
5151
};

apps/demos/Demos/Form/Grouping/React/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const employee: Employee = {
1313
City: 'Los Angeles',
1414
State: 'CA',
1515
Zipcode: '90013',
16-
Phone: '+1(213) 555-9392',
16+
Phone: '(213) 555-9392',
1717
Email: 'jheart@dx-email.com',
1818
Skype: 'jheart_DX_skype',
1919
};

apps/demos/Demos/Form/Grouping/ReactJs/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const employee = {
1111
City: 'Los Angeles',
1212
State: 'CA',
1313
Zipcode: '90013',
14-
Phone: '+1(213) 555-9392',
14+
Phone: '(213) 555-9392',
1515
Email: 'jheart@dx-email.com',
1616
Skype: 'jheart_DX_skype',
1717
};

apps/demos/Demos/Form/Grouping/Vue/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const employee = {
1111
City: 'Los Angeles',
1212
State: 'CA',
1313
Zipcode: '90013',
14-
Phone: '+1(213) 555-9392',
14+
Phone: '(213) 555-9392',
1515
Email: 'jheart@dx-email.com',
1616
Skype: 'jheart_DX_skype',
1717
};

apps/demos/Demos/Form/Grouping/jQuery/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const employees = {
1111
City: 'Los Angeles',
1212
State: 'CA',
1313
Zipcode: '90013',
14-
Phone: '+1(213) 555-9392',
14+
Phone: '(213) 555-9392',
1515
Email: 'jheart@dx-email.com',
1616
Skype: 'jheart_DX_skype',
1717
};

0 commit comments

Comments
 (0)