[Feature Request] 期望把picker组件中的“value-key”属性添加到slots数组对象中
Open
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 3.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Existing Component
是
### Component Name
mt-picker
### Description
在开发省市控件时使用mt-picker组件,实际的数据源跟mint-ui上的demo还是有差别,但是value-key属性只能控制一种数据的显示,期望把value-key属性加入到slots中,如:
addressSlots: [{
flex: 1,
values: [],
valueKey: 'provinceId',
textAlign: 'center'
}, {
divider: true,
content: '-',
}, {
flex: 1,
values: [],
valueKey: 'cityId',
textAlign: 'center'
}],
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.