Open Bug 1391634 Opened 7 years ago Updated 2 years ago

[Form Autofill] Create the proper record for credit card select element in form submission

Categories

(Toolkit :: Form Autofill, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: ralin, Unassigned)

References

Details

(Whiteboard: [cc-autofill-reserve] [form autofill])

Right now, we save the value of the select directly for all fields except "address-level1" (see bug 1388152), we will need to handle the similar case for expiry month/year as well since their value and label sometimes are not in regular format. In order not to create duplicate or meaningless value, we should normalize it to certain desirable value. 

e.g. 
<option autocomplete="expiry-month" value="09-Sep">09-September</option>
should be saved as 9
Component: Form Manager → Form Autofill
Whiteboard: [form autofill] → [cc-autofill-mvp] [form autofill]
Whiteboard: [cc-autofill-mvp] [form autofill] → [cc-autofill-reserve] [form autofill]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.