简体   繁体   中英

Autofill/Autocomplete not working, if the form has more than 200 input fields

I am working on a HTML5 Form which has more than 200 input fields, among these fields I need to autofill two fields basically which are name and email address, all other fields are marked as autocomplete=off .

It is observed autocomplete works only if total number of input fields in the form is <= 200 , this is happening in Google Chrome and Microsoft Edge browsers.

Has anyone come across this issue?

Try removing autocomplete="off" from <form> tag and enter autocomplete in input tags of name and email only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM