Skip to content

Commit

Permalink
fix(element): fix Checkbox.Group's change event failure (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiLinLiang committed Jan 10, 2023
1 parent 1b809a3 commit 2bfa40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/element/src/checkbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export type CheckboxGroupProps = ElCheckboxGroupProps & {

const TransformElCheckboxGroup = transformComponent(ElCheckboxGroup, {
change: 'input',
uselessChange: 'change'
})

const CheckboxGroupOption = defineComponent<CheckboxGroupProps>({
Expand Down

0 comments on commit 2bfa40c

Please sign in to comment.