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
[email protected]
15.2.8
官网demo https://devui.design/components/zh-cn/select/demo#object-filter
使用对象数组,通过filterKey配置对象显示字段。
当 option 的value为 0, false, ""空字符串 时,文字回显不正确。应该显示为 "Option 1", 文本框显示成了 value 值
options = [ { name: 'Option 1', // value: 4, value: 0, }, { name: 'Option 2', value: 8, }, { name: 'Option 3', value: 16, }, { name: 'Option 4', value: 32, }, ];
No response
The text was updated successfully, but these errors were encountered:
问题已收到,我们近期修复
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
[email protected]
Angular Version
15.2.8
Link to minimal reproduction
官网demo
https://devui.design/components/zh-cn/select/demo#object-filter
使用对象数组,通过filterKey配置对象显示字段。
Step to reproduce
当 option 的value为 0, false, ""空字符串 时,文字回显不正确。应该显示为 "Option 1", 文本框显示成了 value 值
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: