Skip to content

Commit

Permalink
Fix primefaces#4523: Multiselect remove onClick on checkbox SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jun 22, 2023
1 parent bc5ede4 commit 66257e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/multiselect/MultiSelectBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const MultiSelectBase = ComponentBase.extend({
itemTemplate: null,
maxSelectedLabels: null,
name: null,
onClick: null,
onBlur: null,
onChange: null,
onFilter: null,
Expand Down

0 comments on commit 66257e6

Please sign in to comment.