When I'm disabling a
<select name="sel" disabled>
<option>123</option>
</select>
element, it doesnt pass its variable.
What to do to look it like disabled, but be in "normal" state?
This is because I have a list of "selects", and sometimes some of them have single value, so user should understand that it has only one value without clicking it.
input
with areadonly
attribute, or a hidden input. – Luellaluelle