Merri / react-tabbordion

Universal, semantic and CSS-only supporting React state managing components for creating Accordions and Tabs
https://merri.github.io/react-tabbordion/
MIT License
80 stars 11 forks source link

Disabled state doesn't work #19

Open malutka opened 4 years ago

malutka commented 4 years ago

When I set disabled={true} to TabPanel, this tab is still clickable and it isn't disabled.

Merri commented 4 years ago

Thanks for reporting and sorry for responding half a year late!

Due to React deprecations over the years causing trouble with the code I'm working on a modernized rewrite. In that I have fixed this issue. The component API will remain the same. I hope to release first v2 release candidate later this week.