I have the below code:let fontField = $(".cq-dialog").find("#contentColor")[0];fontField.value="#ffffff";fontField.disabled=true; the colorfield shows #ffffff and as disabled. But after closing the dialog, I don't see the color of the font as white (#ffffff). If I comment the line of code having dis...