- From: RomanKaliupin <notifications@github.com>
- Date: Thu, 17 Dec 2020 07:23:54 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 December 2020 15:24:06 UTC
Hi @rsolomakhin >That is, show a <form><input type="text" name="cc" id="cc" autocomplete="cc-number"></form> in your payment handler. Autocomplete doesn't work in the payment handler. I tried with the next code (this code works if you try to open it as a normal html page in a browser): `<html><head></head><body><form method="post" id="usrForm"><label for="frmNameA">Name</label><input name="name" id="frmNameA" placeholder="Full name" required="" autocomplete="name"></form></body></html>` What configs I should add in order to use Chrome autocomplete in Payment Handler? Best, Roman. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-handler/issues/379#issuecomment-747506047
Received on Thursday, 17 December 2020 15:24:06 UTC