I am using the Accordion from ng-bootstrap in Angular 2.x. I am actually using three buttons to toggle the content of the three Accordion Panels as show in figure below.
Every time a user clicks on the button the respective panel toggles and the user can interact with it.
I wish to strictly use the buttons to interact with the Accordion and do not want the Title Links e.g. Property Panel
, Values Panel
, Reference Panel
to be Clickable in order to provide a non-confusing User Interaction.
Is there a possibility to disable the feature?