opentiny / ng

Angular UI components library.
https://opentiny.design/tiny-ng
MIT License
106 stars 10 forks source link

[Feature]: 在checkbox和checkgroup组件中指定key作为选中标识,最终拿到的checklist只有key值的列表,原有的数据结构失效了 #7

Open LitxGoGoGo opened 1 year ago

LitxGoGoGo commented 1 year ago

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 1 year ago

“指定key作为选中标识”,我并没有理解这里做了什么?

我猜下,如果使用 “通过属性valueKey配置组件选中项数据的键值“,确实会改变原有数据接口,选中值变成了valueKey指定的。

201701024106 commented 1 year ago

valueKey指定Checkgroup选中的结果。若不指定valueKey,得到的结果是数组中选中的每一项的集合;若指定valueKey,得到的结果是valueKey的集合。