... is read only js code example
Example 1: javascript set readonly property
document.getElementById('InputFieldID').readOnly = true;
Example 2: Cannot assign to read only property 'value' of object '[object Object]
elementReadOnly = {...elementReadOnly, fieldModified: value};