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
如题,Select mode 为 tags ,open 设为 false, 按 Enter 就会触发 Form 的提交
<Form> <Select mode="tags" open={false} /> </Form>
不触发 submit 事件
keydown 没有被处理, 触发了提交?
The text was updated successfully, but these errors were encountered:
zombieJ
Successfully merging a pull request may close this issue.
Reproduction link
Steps to reproduce
如题,Select mode 为 tags ,open 设为 false, 按 Enter 就会触发 Form 的提交
What is expected?
不触发 submit 事件
What is actually happening?
keydown 没有被处理, 触发了提交?
The text was updated successfully, but these errors were encountered: