dont use null field names
This commit is contained in:
parent
58a267243a
commit
70291453d5
|
@ -249,8 +249,6 @@ export default class AutofillService implements AutofillServiceInterface {
|
||||||
fields.forEach((f: any) => {
|
fields.forEach((f: any) => {
|
||||||
if (this.hasValue(f.name)) {
|
if (this.hasValue(f.name)) {
|
||||||
fieldNames.push(f.name.toLowerCase());
|
fieldNames.push(f.name.toLowerCase());
|
||||||
} else {
|
|
||||||
fieldNames.push(null);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue