when i use on input readonly field value not changed in code example
Example: read only attribute in html
<!-- Using readonly attribute is use to prevent changing of input value. -->
Example:
<input type="text" name="username" value="ankur" readonly>