pc端输入汉字后拼音也显示到输入框上

发布于 8 年前作者 min8310207 次浏览最后编辑 8 年前来自 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="sendText">
<view :class="textMsg ? 'btn-active' : 'btn'">发送</view>
</view>
1 回复
duli
duli1 楼6 年前

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