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
2.0.0-rc.5
win10 chrome
DetailItem content props 支持String,Number
DetailItem content props 只支持String, 实际情况可能会传入一些Number类型 https://mand-mobile.github.io/2x-doc/#/zh-CN/docs/components/basic/detail-item
The text was updated successfully, but these errors were encountered:
DetailItem主要是展示列表信息的,所以我们最初认为传入的都是文本,后续我们会考虑加入Number
Sorry, something went wrong.
@supergaojian 有些numbet数据是后端传入的,只支持string的话,很多数值型数据无法处理
使用 FastHub 从我的 Honor 9 发送
我们会在后面的版本迭代中加上,感谢您的建议
fix(DetailItem): fix DetailItem only support content in string
0945f86
fix #285
No branches or pull requests
Mand Mobile Version
2.0.0-rc.5
OS Version & Browser Version
win10 chrome
Node Version, Package Management Tool
Recurring Links
Recurring Steps
Expectant Behaviors
DetailItem content props 支持String,Number
Actual Behaviors
DetailItem content props 只支持String, 实际情况可能会传入一些Number类型
https://mand-mobile.github.io/2x-doc/#/zh-CN/docs/components/basic/detail-item
The text was updated successfully, but these errors were encountered: