We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inputAreaProps时,中文输入法,onChange不执行
1、切换到中文输入法 2、在输入框内输入
inputAreaProps 里面的 onChange 能够正常执行
inputAreaProps={{ onChange: (value) => { setMessageVal(value); }, }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
inputAreaProps时,中文输入法,onChange不执行
📷 复现步骤
1、切换到中文输入法
2、在输入框内输入
🏞 期望结果
inputAreaProps 里面的 onChange 能够正常执行
💻 复现代码
inputAreaProps={{
onChange: (value) => {
setMessageVal(value);
},
}}
The text was updated successfully, but these errors were encountered: