textarea的placehoider的先关api设置无效?
发布于 6 年前 作者 zhongping 4031 次浏览 来自 官方Issues

textarea组件设置placeholder-style和placeholder-class无效

2 回复

测试问题未复现,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

<view class="section">

 <textarea placeholder="placeholder颜色是红色的" placeholder-style="color:red;"  /></view>

回到顶部