react-resizable
react-resizable copied to clipboard
handleSize prop not working
Thanks for opening an issue!
Please select the type of issue you're reporting. For questions.
- [x] Bug
Problem Report
The prop handleSize
doesn't work. Changing the default prop doesn't change the default handleSize
value.
System Info
Node Version: Browser: All OS: All
Reproduction
If this is a bug report, please provide a reproduction of the issue by going to http://www.webpackbin.com/41YFBvekG. Paste a link here to your working reproduction.
Weird, doesn't actually look like the handleSize
prop is being used anywhere. Seems maybe the idea is to use either the handle
prop or customize your CSS instead? Maybe @STRML can provide some context on handleSize
.
https://github.com/react-grid-layout/react-resizable/blob/master/lib/Resizable.js#L168 - that parameter is picked from props, but never used. Definitely a bug.