HTML | DOM Input Week readOnly Property
The DOM Input Week readOnly property in HTML DOM is used to set or return whether the Input Week Field should be read-only or not. It can be copied but can't be modified. Syntax: It returns the readOnly property.weekObject.readOnlyIt is used to set the readOnly property.weekObject.readOnly = "true|f