Skip to content

Commit

Permalink
fixed primefaces#8108 ListBox - Add selected option value to onClick.…
Browse files Browse the repository at this point in the history
…emit
  • Loading branch information
yigitfindikli authored and JacobSiegle committed Oct 2, 2019
1 parent 0b15d72 commit 4fdba39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/listbox/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class Listbox implements AfterContentInit, ControlValueAccessor {
}
this.onClick.emit({
originalEvent: event,
option: option,
value: this.value
});
this.optionTouched = false;
Expand Down

0 comments on commit 4fdba39

Please sign in to comment.