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
官方文档的form案例 https://rn.mobile.ant.design/components/form-cn/
5.2.1
Android
npx react-native info
The text was updated successfully, but these errors were encountered:
fix: Form labelStyle(#1371)
9d499b3
Updated to the latest version, but it still doesn't work on the mobile side. Added labelStyle in the form, but it has no impact.
<Form labelStyle={{ minWidth:200, textAlign: component.label_align ? component.label_align: 'right', baackgroundColor:component.label_align ? 'red': 'blue' }} ... />
Sorry, something went wrong.
No branches or pull requests
💬 前提强调
🙋 描述详情/重现步骤
官方文档的form案例
https://rn.mobile.ant.design/components/form-cn/
🔴 版本
5.2.1
💻 运行环境
Android
⚫️
npx react-native info
输出信息补充说明
The text was updated successfully, but these errors were encountered: