-
-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Labels
🐞bugbugbug
Description
Wot Design Uni 版本号
1.3.5
平台
微信小程序
复现Demo地址
https://gist.github.com/xiaoland/679c913c69493c5e973ae1b67f8a5633
重现步骤
<wd-textarea id="content-editor"
v-model="content"
:placeholder="''"
/>期望的结果是什么?
实际的结果是什么?
环境信息
- uni-mp-weixin: 3.0.0-4020420240722002
- uni-app: 3.0.0-4020420240722002
- Device: iPhoneX(WeixinMP Dev Tools Simulator)
其他补充信息
问题在于源码中对placeholder的处理,使用||运算符判断是否为 空字符串、null、undefined等等都会被替换为翻译后的默认placeholder
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞bugbugbug


