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
这个 Issue 涉及以下平台:
BUG 描述
Field 设置 placeholder 颜色无效,placeholderClass、placeholderStyle、ConfigProvider设置 fieldPlaceholderTextColor 均无效
设置 placeholder 的字体大小,背景颜色什么的属性都生效,唯独这个 placeholder 的字体颜色怎么设置都不生效
复现步骤 const themeVars = { fieldPlaceholderTextColor: '#e19a9a', fieldInputTextColor: '#e19a9a', }
const themeVars = { fieldPlaceholderTextColor: '#e19a9a', fieldInputTextColor: '#e19a9a', }
<View className="edit-business-card-content"> <ConfigProvider themeVars={themeVars}> <CellGroup> <Field placeholderClass="edit-business-name-placeholder" placeholderStyle="color: #e19a9a" placeholder="请输入姓名" /> <Field label="职位" placeholder="请输入职位" /> </CellGroup> </ConfigProvider> <CellGroup> <Field label="手机号" placeholder="请输入手机号" /> <Field label="企业名称" placeholder="请输入企业名称" /> </CellGroup> </View>
期望结果
实际结果
截图
环境
附加信息
The text was updated successfully, but these errors were encountered:
css变量导致placeholder-class解析错误
Sorry, something went wrong.
fix: field组件placeholderclass不支持css变量(#607)
30d9449
fix: field组件placeholder样式(#607)
5cd437f
No branches or pull requests
这个 Issue 涉及以下平台:
BUG 描述
Field 设置 placeholder 颜色无效,placeholderClass、placeholderStyle、ConfigProvider设置 fieldPlaceholderTextColor 均无效
设置 placeholder 的字体大小,背景颜色什么的属性都生效,唯独这个 placeholder 的字体颜色怎么设置都不生效
复现步骤
const themeVars = { fieldPlaceholderTextColor: '#e19a9a', fieldInputTextColor: '#e19a9a', }
<View className="edit-business-card-content"> <ConfigProvider themeVars={themeVars}> <CellGroup> <Field placeholderClass="edit-business-name-placeholder" placeholderStyle="color: #e19a9a" placeholder="请输入姓名" /> <Field label="职位" placeholder="请输入职位" /> </CellGroup> </ConfigProvider> <CellGroup> <Field label="手机号" placeholder="请输入手机号" /> <Field label="企业名称" placeholder="请输入企业名称" /> </CellGroup> </View>
期望结果
实际结果
截图
环境
附加信息
The text was updated successfully, but these errors were encountered: