Describe the bug
E.g. you will need something like
<input bind:this={() => {}, input => { ... }} />
Maybe bind:this={null, input => { ... }} or some other flavor should be possible?
Reproduction
<script>
let value = $state();
$inspect(value);
</script>
<input value="test" bind:this={null, e => value = e.value} />
Playground
Logs
System Info
Severity
annoyance