In my form i am using readonly fields.
How to make this readonly fields unclickable I don't want to use disabled fields, just make readonly fields unclickable any one have idea plz share.
You can also use the property disable
to make the input unusable and unclickable. I think it's more clear and efficient way.
Here is the the difference between readonly
and disable
:
<div>
<input disabled type="text">
<input readonly type="text">
<input type="text">
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With