b-zurg/react-collapse-pane

Does collapseDirection work?

JeremyGrieshop opened this issue · 4 comments

I can't seem to get it to work with the collapseOptions. Codesandbox:

https://codesandbox.io/s/react-collapse-pane-down-hrov2?file=/src/App.js

I think the prop name is changed to "collapse".

I think the prop name is changed to "collapse".

collapse tells it to show the collapse button. collapseDirection is supposed to control which direction.

image

No... read the source code. the prop name has been changed.

collapse?: boolean | Partial<CollapseOptions>;

Also just tested on your codesandbox and it works

Ah, thank you, @godsamit. The documentation example shows otherwise (using collapseOptions object instead).

image