arco-design-vue
arco-design-vue copied to clipboard
AutoComplete,Mention,Transfer支持fieldNames配置,且展示的内容为label无非value值,
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
What are the similar cases of this feature
https://www.antdv.com/components/mentions-cn ant design vue 组件库目前基本上完成了此功能项的统一
What problem does this feature solve?
AutoComplete,Mention,Transfer支持fieldNames配置,且展示的内容为label无非value值, 统一各组件数据为options,目前为data,options共存的情况
我也存在这个类似问题,自动补全选择后显示的是value为ID值,但是我希望显示为label,尝试通过事件select修改 model-value (v-model) 但是没有效果,哎,