Is there a way (such as an element attribute) to "unisable" a specific element when the parent is fieldsetdisabled? If not, then what is good practice to disable the entire form with specific exceptions?
<fieldset disabled>
Name: <input type="text"><br>
Email: <input type="text"><br>
</fieldset>
source
share