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
能够解决在输入错误验证后,快速聚焦,让用户能够快速二次录入
希望能如 a-input 组件那样,通过refs使用focus方法; e.g:this.$refs.username.focus();
The text was updated successfully, but these errors were encountered:
fix: password add focus blur methods #1485
843d9dc
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.
No branches or pull requests
What problem does this feature solve?
能够解决在输入错误验证后,快速聚焦,让用户能够快速二次录入
What does the proposed API look like?
希望能如 a-input 组件那样,通过refs使用focus方法;
e.g:this.$refs.username.focus();
The text was updated successfully, but these errors were encountered: