-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Feature request summary
Change DropZone so that its height is determined by its children by default. This would be a breaking change as it breaks default behaviour.
Rationale
Right now, DropZone has 4 sizes: small, medium, large, and extraLarge. These are calculated based on the width of the DropZone. These sizes determine the min-height of the component. This means you cannot have a DropZone that is narrower than the set height at a given size.
I've opened a PR - #4136 to add a prop which will make the height of the DropZone conform to the height of its children, but it feels odd that this is not the default behaviour.
🌟 Feature requests that are not yet planned will be closed. We then use the issue’s 👍 upvotes to track and set priorities. See the contribution guidelines for more information.