JS change de valeur satisfaite
element.setAttribute("contenteditable", false);
Sticky Pingu
element.setAttribute("contenteditable", false);
var ctntSet = document.querySelectorAll("[contenteditable=true]");
ctntSet[i].setAttribute("contenteditable", false);