Bug 1385753 - [Form Autofill] Group tel-related fields when calculating the secondary label. r=ralin

MozReview-Commit-ID: GnltrVH43jf

--HG--
extra : rebase_source : 8c42ebb5418f9b6e993d1c3e4b7c0140ad92ae1c
This commit is contained in:
Luke Chang 2017-07-31 13:59:49 +08:00
parent 7236b09a4d
commit ef9c8687dc

View File

@ -180,6 +180,15 @@ class AddressResult extends ProfileAutoCompleteResult {
"country",
"country-name",
],
"tel": [
"tel",
"tel-country-code",
"tel-national",
"tel-area-code",
"tel-local",
"tel-local-prefix",
"tel-local-suffix",
],
};
const secondaryLabelOrder = [