jforaker / react-accordion-with-header

React accordion component with flexbox header
https://react-accordion.xyz
16 stars 18 forks source link

Auto close of panels when using checkbox field #3

Closed llasic closed 6 years ago

llasic commented 6 years ago

I have a list of checkbox inside the accordion but whenever i click the checkbox, all panels closes

jforaker commented 6 years ago

Could you provide some sample code so I can take a look? @llasic

jforaker commented 6 years ago

@llasic What kind of checkbox are you using? This is what I am seeing with a basic html input checkbox:

Also make sure you have the multipleOkay={true} prop on the top level AccordionWithHeader component.

kapture 2018-03-16 at 19 33 44