[Feature]: 在checkbox和checkgroup组件中指定key作为选中标识,最终拿到的checklist只有key值的列表,原有的数据结构失效了
Opened this issue · 2 comments
LitxGoGoGo commented
What problem does this feature solve
在checkbox和checkgroup组件中指定key作为选中标识,最终拿到的checklist只有key值的列表,原有的数据结构失效了
What does the proposed API look like
在checkbox和checkgroup组件中指定key作为选中标识,最终拿到的checklist只有key值的列表,原有的数据结构失效了
lamianbu commented
“指定key作为选中标识”,我并没有理解这里做了什么?
我猜下,如果使用 “通过属性valueKey配置组件选中项数据的键值“,确实会改变原有数据接口,选中值变成了valueKey指定的。
201701024106 commented
valueKey指定Checkgroup选中的结果。若不指定valueKey,得到的结果是数组中选中的每一项的集合;若指定valueKey,得到的结果是valueKey的集合。