react-resizable icon indicating copy to clipboard operation
react-resizable copied to clipboard

Resizing to smaller width should use available space on previous row

Open rjfredrick opened this issue 5 years ago • 0 comments

Feature Request

Problem Report

When dragging a Resizable to the left on the x axis reducing the width causes the element to jump to the previous row when space is available. This works as expected with or without specifying minContraints. However, is it possible to detect the available space on the previous row and let the element fill that space first before attempting to apply any the constraints?

fill-previous-row

System Info

Node Version: v10.16.3 Browser: Chrome 81.0.4044.138 OS: Mac Catalina

Reproduction

code sandbox project

rjfredrick avatar May 29 '20 13:05 rjfredrick