pc端输入汉字后拼音也显示到输入框上
发布于 6 年前 作者 min83 10024 次浏览 来自 官方Issues

https://developers.weixin.qq.com/miniprogram/dev/component/textarea.html

pc端微信打开小程序也是同样的,如上图输入信息,会把拼音也显示出来,手机端正常

<view class="box">
<textarea cursor-spacing="15px" v-model="textMsg" :show-confirm-bar="true"  :auto-height="true"  />
</view>
<view class="send"  :class="isVoice?'hidden':''" [@tap](/user/tap)="sendText">
<view :class="textMsg ? 'btn-active' : 'btn'">发送</view>
</view>
1 回复

你好,未复现问题,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部