JS entfernen Sie das Readonly -Attribut

document.getElementById('myButton').onclick = function() {
    document.getElementById('myInput').removeAttribute('readonly');
};
Powerful Pollan