mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(table): fixed checkbox not trigger oninput events in older browsers (#1945)
Co-authored-by: LAPTOP-IUOG0Q5G\chenq <chenqiang0620@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ export const cellForced = {
|
||||
disabled: column.selectable
|
||||
? !column.selectable.call(null, row, $index)
|
||||
: false,
|
||||
onInput: () => {
|
||||
onChange: () => {
|
||||
store.commit('rowSelectedChanged', row)
|
||||
},
|
||||
onClick: (event: Event) => event.stopPropagation(),
|
||||
|
||||
Reference in New Issue
Block a user