umicro / uView2.0

uView UI,是全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水
MIT License
1.52k stars 458 forks source link

u--input在uniapp-nvue页面,安卓手机上,手写输入法合成不生效。ignoreCompositionEvent也不生效触发相关事件 #1080

Open FHH0202 opened 1 month ago

FHH0202 commented 1 month ago

版本

2.0.37

转载链接

dayuding.eimm.wisesoft.net.cn

重现步骤

<u--input v-model="keywords" @compositionend="compositionend" :focus="true" :ignoreCompositionEvent="false" border='none' clearable confirmType='search' holdKeyboard placeholder="请输入搜索关键词" placeholderStyle="font-weight: 400;font-size: 16px;color: #BFBFBF;line-height: 16px" @change="change" @compositionstart="compositionstart" @compositionupdate="compositionupdate" @confirm='confirm'>

期望的结果是什么?

手写合成后才显示到输入框

实际的结果是什么?

手写过程中,每一笔都会被记录到输入框


uniapp-nvue 安卓手机 u--input 手写输入法