I'm using PrimeNg accordion in my app. Besides expand/collapse button I have some other buttons in accordion's header.
I would like to be able to disable accordion's ability to expand but at the same time keep other buttons in accordion's header usable.
Unfortunately when I disable an accordion with disabled property, the whole accordion gets disabled and other buttons that are present in my header are not usable too. Is there a way to disable expanding but at the same time keep other stuff I have in my header usable?