Skip to content

Commit

Permalink
Fix primefaces#5151: MultiSelect prevent SelectAll click propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 24, 2023
1 parent 9ad9400 commit 87f9e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/multiselect/MultiSelectHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const MultiSelectHeader = React.memo((props) => {
}

event.preventDefault();
event.stopPropagation();
};

const createFilterElement = () => {
Expand Down

0 comments on commit 87f9e21

Please sign in to comment.