Results 3 issues of Geoff Cox

I found that the initial size is not adjusted properly if the textarea starts out hidden and is then shown via an ng-show (or ng-hide) binding later. Adding this line...

Added documentation on managing multiple event handlers and spreading props. This will help folks avoid this issue while waiting for a compiler warning. #12533 Svelte 5: Adding local event handler...

### Describe the bug When writing a custom radio input component that passes ...rest to the rendered input element, callers get a typescript error for bind:group not being bindable. This...