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
react
17.0.1
rsuite-table
5.10.6
使用受控的input实时修改data
输入一个字母后,直接空格,不会键入中文,输入第二个字母,不会和第一个连起来成为拼音,而是把第二个字母作为拼音的开始,后续多个字母也是一样
在单元格中使用受控输入框,实时修改data数据,期望输入中文,官网Custom Cell示例就可以复现此问题
暂无
The text was updated successfully, but these errors were encountered:
当表格的 data 更新会使得整个表格重新计算渲染,你可以尝试将 input 输入的值单独存储在一个 state 中,在 input 的 value 上直接设置 state 里的值。
Sorry, something went wrong.
No branches or pull requests
Versions
react
17.0.1
rsuite-table
5.10.6
What is the expected behavior?
使用受控的input实时修改data
What is the current behavior?
输入一个字母后,直接空格,不会键入中文,输入第二个字母,不会和第一个连起来成为拼音,而是把第二个字母作为拼音的开始,后续多个字母也是一样
What are the steps to reproduce?
在单元格中使用受控输入框,实时修改data数据,期望输入中文,官网Custom Cell示例就可以复现此问题
Any additional comments? (optional)
暂无
The text was updated successfully, but these errors were encountered: