mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +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:
parent
955f7862d2
commit
42ed6abbdf
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user