Skip to content

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

Description

@zdsjason

🐛 bug 描述

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

📷 复现步骤

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

🏞 期望结果

inputAreaProps 里面的 onChange 能够正常执行

💻 复现代码

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions