textarea 快速输入拼音并同时选择文字,焦点会丢失.
- Dominant language
- JavaScript
- Stars
- 41.6k
- Forks
- 3.7k
- Avg merge
- 7h 6m
- Merged PRs (30d)
- 6
Description
**问题描述**
textarea 快速输入拼音并同时选择文字,焦点会丢失.
**复现步骤**
新建一个空白vue3项目,textarea 快速输入拼音并同时选择文字,焦点会丢失。
```js
//新建项目后 pages/index/index.vue
export default {
data() {
return {
value: ''
}
},
onLoad() {
},
methods: {
}
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.logo {
height: 200rpx;
width: 200rpx;
margin-top: 200rpx;
margin-left: auto;
margin-right: auto;
margin-bottom: 50rpx;
}
.text-area {
display: flex;
justify-content: center;
}
.title {
font-size: 36rpx;
color: #8f8f94;
}
```
**预期结果**
textarea 快速输入拼音并同时选择文字,焦点不应该丢失。
**实际结果**
焦点会丢失
**系统信息:**
- 发行平台: H5平台
- 操作系统 IOS
- HBuilderX版本 3.99
- uni-app版本 VUE3
- 设备信息 苹果手机
**补充信息**
[可选]
[根据你的分析,出现这个问题的原因可能在哪里?]
Contributor guide
Assessment
This issue has not been assessed yet.