how to remove disabled attribut of html by javascript code example
Example: remove disabled attribute javascript
document.getElementById('my-input-id').disabled = false;
document.getElementById('my-input-id').disabled = false;