Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Autofill problems
Fri, Aug 9 2019 5:38 PMPermanent Link

KimHJ

Comca Systems, Inc

I have been fightting with Autofill on chrome for hours.

I have search the internet and found all autofill constants and they work fine if the TEdit name match.
Like phone, email, address.

I have two email TEdits on my form and a TEdit.name :='address' and TEdit.name:='billing' address.
Every time I select a address from the autofill it add an email in my second email TEdit and if I click in the second Email TEdit and change the email it change the address.

AutoComplete  on or off have no effect.

According to the internet search if you set the input type to something like "banana" that will solve the problem.

<input name="name" type="banana" autocomplete="rutjfkde">


Have anyone found a solution to this?

Thanks,
Kim
Mon, Aug 12 2019 6:04 AMPermanent Link

Matthew Jones

KimHJ wrote:

> I have two email TEdits on my form and a TEdit.name :='address' and TEdit.name:='billing' address.
> Every time I select a address from the autofill it add an email in my second email TEdit and if I click in the second Email TEdit and change the email it change the address.

I don't think I understand this well enough to help. Perhaps try a basic HTML form and see how that behaves with the various values? Then you can replicate into EWB.

--

Matthew Jones
Mon, Aug 12 2019 10:00 PMPermanent Link

KimHJ

Comca Systems, Inc

"Matthew Jones" wrote:

>>I don't think I understand this well enough to help. Perhaps try a basic HTML form and see how that behaves with the various values? Then you can replicate into EWB.<<

I ended up turning on ReadOnly in OnEnter on some of the TEdit and then turn off ReadOnly in OnExit.
That is a lot of writing for each TEdit, but that was the only way I could control Chromes attempt to AutoFill.

Kim
Image