Smooth dialog resizing #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dialogs are often used to accept user input or otherwise manipulate stored entities. As a result they frequently resize as changes are made to the dialog inner HTML. I'm not sure that there's a good Svelte way to solve this from the library side, but it would be really awesome if there's a simple way to abstract it. Otherwise we should at least include some basic documentation in the component doc providing a simple implementation example.