how to remove the disable attribute in a class in javascript code example
Example: remove disabled attribute javascript
document.getElementById('my-input-id').disabled = false;
document.getElementById('my-input-id').disabled = false;