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
当前的button不支持ref聚焦,只能通过dom操作,整体来看,一个form表单中,如果通过快捷键和ref组合做到最后一步的按钮提交,却需要另一种方式去实现,不易维护,也不易读
其他表单元素的focus,比如input,checkbox等
The text was updated successfully, but these errors were encountered:
feat: Add focus and blur methods to buttons (#6490), close #6483
8e54318
* feat(button): add methods for focus and blur closed #6483 * docs(button): add focus methods doc
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What problem does this feature solve?
当前的button不支持ref聚焦,只能通过dom操作,整体来看,一个form表单中,如果通过快捷键和ref组合做到最后一步的按钮提交,却需要另一种方式去实现,不易维护,也不易读
What does the proposed API look like?
其他表单元素的focus,比如input,checkbox等
The text was updated successfully, but these errors were encountered: