Ivano Guerini is a Salesforce Senior Developer at Webresults (Engineering Group) since 2015.He started my career on Salesforce during his university studies and based his final thesis on it.He’s passionate about technology and development, in his spare time he enjoys developing applications mainly on Node.js. The <datalist> element is a new tag available in the […]
Tag: autocomplete
[Javascript / Chrome / EasyPeasy] Blocking form autocomplete after Chrome Canary (version 65)
Recent Google Chrome update (65) brought something that developers are not liking too much: the autocomplete=”off” attribute on forms and inputs is no more considered. Read in depth this Stack Overflow thread. The solution (not so clear) is to give a random autocomplete value to the autocomplete attribute of each input of the form: $(‘form […]
