Skip to content

Commit

Permalink
Fix #6521: Multiselect checkbox CSS class (#6532)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 1, 2024
1 parent 2785549 commit ba99e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/multiselect/MultiSelectBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const classes = {
'p-disabled': props.disabled,
'p-focus': props.focusedOptionIndex === props.index
}),
checkboxContainer: 'p-checkbox p-component',
checkboxContainer: 'p-multiselect-checkbox',
checkboxIcon: 'p-checkbox-icon p-c',
transition: 'p-connected-overlay'
};
Expand Down

0 comments on commit ba99e3e

Please sign in to comment.