More then 3 months from the last Reindeer Release say hello to the ORGanizer for Salesforce Giraffe Release (0.6.8.4). Why a Giraffe, you ask? Like a Giraffe points its head up to the sky, the Giraffe Release points toward release 1.0, when we’ll finally go out of beta, closing an almost 3 years old path […]
Tag: Chrome
[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 […]
