Skip to content

Commit

Permalink
docs: #406 选择模式数据变化后单选异常
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Dec 3, 2023
1 parent 310610b commit 870c1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/checked.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rv.bindingAdapter.setChecked(0, true) // 一开始就选中第一个
2. `onChecked()`通知开发者选中状态更新

## 数据变化导致异常
如果列表发生插入/覆盖数据集行为, 那么集合位置/数量和BRV内部保存的选中索引`checkedPosition`可能对不上
如果列表发生数据集长度或位置变化, 那么集合位置/数量和BRV内部保存的选中索引`checkedPosition`可能对不上

网络请求刷新列表场景

Expand Down

0 comments on commit 870c1f7

Please sign in to comment.