1

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?

Antikhippe
  • 6,316
  • 2
  • 28
  • 43
user1015388
  • 1,283
  • 4
  • 25
  • 45

1 Answers1

0

Not sure to understand your need, can you create a StackBlitz maybe ?

Antikhippe
  • 6,316
  • 2
  • 28
  • 43