Geoff Cox
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...
I want to create a new rectangle and allow the user to pick a starting point and drag to size the rectangle. Repro: 1. Create a stage with a size...
The VRInstances used by createByTypeString cause logging of 'Invalid vr type - using UN' when missing. ``` static createByTypeString(type) { var vr = VRinstances[type]; if (vr === undefined) { if...