Unfocusable fields break credit card parsing. |
||
Issue descriptionForms like <html> <body> <form name="test1" id="test1" action="https://chromium.org" method="post"> <input type="tel" name="card" id="test2"><br> <input type="text" nams="hidden" style="display:none"/> <input type="tel" name="month"><br> <input type="tel" name="year"><br> <input type="tel" name="check"> <input type="submit" value="Submit"> </form> </body> </html> are not fillable because the hidden field breaks the credit card parsing.
,
May 15 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by ma...@chromium.org
, May 1 2018