Skip to content
New issue

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

🐛[BUG]inputAreaProps时,中文输入法,onChange不执行 #346

Open
zdsjason opened this issue Jan 16, 2025 · 0 comments
Open

🐛[BUG]inputAreaProps时,中文输入法,onChange不执行 #346

zdsjason opened this issue Jan 16, 2025 · 0 comments

Comments

@zdsjason
Copy link

🐛 bug 描述

inputAreaProps时,中文输入法,onChange不执行

📷 复现步骤

1、切换到中文输入法
2、在输入框内输入

🏞 期望结果

inputAreaProps 里面的 onChange 能够正常执行

💻 复现代码

inputAreaProps={{
onChange: (value) => {
setMessageVal(value);
},
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant