Copy repeater text value into a input field

I try adding a delay but is still only showing the sample data

$w.onReady( function() {setTimeout(function(){
$w("#input4").value = $w("#text26").text;
}, 2000);
} );