Skip to content

Commit

Permalink
Fix primefaces#5250: MultiSelect stopPropagation on checkbox (primefa…
Browse files Browse the repository at this point in the history
melloware authored Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 446260c commit e6d5c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/multiselect/MultiSelectItem.js
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ export const MultiSelectItem = React.memo((props) => {
}

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

const onKeyDown = (event) => {

0 comments on commit e6d5c5b

Please sign in to comment.