Hi
Is there a way to make Text input fields readonly, without setting the maxchar property to 0? coz there will already be a default value in my textarea which in some circumstances shouldn't be able to changed by the user
Thanks
Text field read only?
Moderator: General Moderators
Code: Select all
<input type="text" value="whatever" readonly>