merhaba çok basit bir konu ancak bilmediğim için soruyorum.
java scrpit kodunda

<input type="text" value="TR150082900009492038044184" id="kopyala">
<button onclick="myFunction()">İBAN NUMARASINI KOPYALA</button>

<script>
function myFunction() {
var copyText = document.getElementById("kopyala");
copyText.select();
copyText.setSelectionRange(0, 99999)
document.execCommand("copy");
}
</script>
bu kodda metin bölümünde bulunan TR150082900009492038044184 yazılı ancak 4184 bölümü gözükmüyor text box nasıl büyütebiliriz.

burdan kontrol edebilirsiniz. https://qrcodeclick.com/bln5bo?preview=true