We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
select组件的"selectMode": "list"模式 点击搜索之后返回的数据选中之后显示的是value而不是label
可以的话,尽可能提供截图或视频来补充描述你的问题...
npm
amis schema
{ "type": "select", "name": "DepartmentID", "label": "企业", "clearable": true, "searchable": true, "selectFirst": false, "source": "/xxxx/xxxx?kname=${term}", "placeholder": "请输入企业", "required": true, "selectMode": "list", "searchApi": "/xxxx/xxx?kname=${term}" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题:
select组件的"selectMode": "list"模式 点击搜索之后返回的数据选中之后显示的是value而不是label
截图或视频:
可以的话,尽可能提供截图或视频来补充描述你的问题...
如何复现(请务必完整填写下面内容):
npm
6.10
amis schema
代码:select组件的"selectMode": "list"模式 点击搜索之后返回的数据选中之后显示的是value而不是label
The text was updated successfully, but these errors were encountered: