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
在 loading 状态应该禁止输入回车换行。
https://pro-chat.antdigital.dev/guide/servers-push
在 Loading 状态,不输入任何文本内容,直接输入回车,会换行。这个应该是没有必要的。
可复现 demo
The text was updated successfully, but these errors were encountered:
最近也在思考这个问题,现在是不允许在发送消息了,但是能输入内容
有些时候 SSE 还没结束的,但是用户依然想要编辑内容,可能会出现这种情况
Sorry, something went wrong.
消息能输入是对的,不过回车换行(没有按下 Shift)最好能屏蔽掉。
目前是这样的逻辑:
Successfully merging a pull request may close this issue.
🐛 bug 描述
在 loading 状态应该禁止输入回车换行。
📷 复现步骤
https://pro-chat.antdigital.dev/guide/servers-push
在 Loading 状态,不输入任何文本内容,直接输入回车,会换行。这个应该是没有必要的。
🏞 期望结果
💻 复现代码
可复现 demo
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: