HTML DOM Input Search readOnly Property
The Input Search readOnly Property is used to set or return whether a search Field should be read-only or not. A read-only field can't be changed but can be selected, copied, and tabbed. It reflects the HTML readonly attribute. Syntax: It is used to return the readOnly propertysearchObject.readOnlyI