### Describe the bug E.g. you will need something like ```js <input bind:this={() => {}, input => { ... }} /> ``` Maybe `bind:this={null, input => { ... }}` or some other flavor should be possible? ### Reproduction ```svelte <script> let value = $state(); $inspect(value); </script> <input value="test" bind:this={null, e => value = e.value} /> ``` [Playground](https://svelte.dev/playground/untitled?version=5.23.2#H4sIAAAAAAAACm2MSwqDQBBErzI0LgyI7icq5BBZxSz8dMjApDPYpSSIdw8j-WyyK96rqoWkvTFZOgocPA-U0cV5VrKnhfAM0UVA2ad5CCHXmT0i61rlf7y_C1igZKnUfnQBdSMNPMPMrZ_YVCZRtOB0t48icaKBe6SbjawsfjspnYTpPa0aAisaMp2TweLqtFpk8j4zbKr6-8_5llZT1JQR-AGyGCdez-sLFzFzn_YAAAA=) ### Logs ```shell ``` ### System Info ```shell REPL ``` ### Severity annoyance