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

Possible to move the handle to the upper left corner?

Open Nantris opened this issue 7 years ago • 6 comments

Is this possible via an undocumented method? If not, do you think it would be as easy as forking and changing a few values, or would it be a significant undertaking?

Thanks very much for the cool repo.

Nantris avatar Jul 03 '17 15:07 Nantris

Why don't you just change the styles? .react-resizable-handle is the class you need

sanohin avatar Aug 09 '17 18:08 sanohin

@sanohin I'm pretty sure I tried that. The box still expands in the same direction though if I'm not mistaken. It's been a while, can't quite recall.

Nantris avatar Aug 09 '17 19:08 Nantris

+1 for this.

I believe what's being asked is not just to move the position of the handle to the left side (either top or bottom), but also to change the direction of the expansion/resizing.

Please provide some guidance/information on what's required.

don-p avatar Apr 25 '18 13:04 don-p

+1 for this.

I want to be able to dynamically change the direction of expansion and was looking for some guidance to even do such in a single direction

FatherNelson avatar Aug 21 '18 20:08 FatherNelson

I think this feature requires some sort of rtl support. like: resizeDirection: ltr -> this is the current behavior, from left to right It would be nice to have the opposite resizeDirection: rtl -> from right to left

Note that this is not the position of the handle element but the direction of the mouse.

sag1v avatar Aug 25 '18 09:08 sag1v

+1

nichita-pasecinic avatar Oct 12 '22 18:10 nichita-pasecinic