emb417 / metaforiq-next

Personal portfolio and app to demo fun projects: canvas typewriter, canvas force rain matrix style, virtual pinball league data visualizations and libowski.
https://www.metaforiq.com
1 stars 0 forks source link

Libowski - Form Fields #35

Closed emb417 closed 3 weeks ago

emb417 commented 3 weeks ago

A form field has an id or name attribute that the browser's autofill recognizes. However, it doesn't have an autocomplete attribute assigned. This might prevent the browser from correctly autofilling the form. To fix this issue, provide an autocomplete attribute.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values

emb417 commented 3 weeks ago

v3.20.8