I am using PrimeNG SplitButton where I need one click that opens up a modal.
<p-splitButton label="Save" icon="pi pi-plus" [model]="items1"></p-splitButton>
There are 2 events, onDropdownClick
and onClick
.
I want to open the modal window when user clicks on the button, not when user actually clicks the arrow.
Is this possible?