mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(data-table): clear check all in table not working
This commit is contained in:
parent
fa03dd513f
commit
245080054d
@ -10,6 +10,7 @@
|
||||
|
||||
- Fix `n-p`, `n-ol`, `n-ul` margin bottom is not 0 when they are last child.
|
||||
- Fix `n-checkbox-group` not working in uncontrolled mode.
|
||||
- Fix `n-data-table` clear check all in table now working.
|
||||
|
||||
## 2.7.3
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
- 修正 `n-p`、`n-ol`、`n-ul` 作为最后一个子元素 margin bottom 不是 0
|
||||
- 修正 `n-checkbox-group` 在非受控模式不工作
|
||||
- 修正 `n-data-table` 取消全部选择不工作
|
||||
|
||||
## 2.7.3
|
||||
|
||||
|
@ -33,7 +33,7 @@ function createSelectHandler (
|
||||
case allKey:
|
||||
doCheckAll(true)
|
||||
return
|
||||
case '_n-none__':
|
||||
case noneKey:
|
||||
doUncheckAll(true)
|
||||
return
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user