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
1.比如登录时,当最后一个input输入完成时,点击键盘确认按钮,可以直接登录 2.当在一些业务场景时,需要用户输入完成后点击键盘确认,执行一系列操作
onConfirm: (event) => any
The text was updated successfully, but these errors were encountered:
feat(input): 增加软键盘确认按钮事件(jdf2e#2229)
bb3cc91
feat(input): 增加软键盘确认事件(#2229) (#2622)
896e4bf
Successfully merging a pull request may close this issue.
What problem does this feature solve?(这个功能解决的问题)
1.比如登录时,当最后一个input输入完成时,点击键盘确认按钮,可以直接登录
2.当在一些业务场景时,需要用户输入完成后点击键盘确认,执行一系列操作
What does the proposed API look like?(期望的 API)
onConfirm: (event) => any
The text was updated successfully, but these errors were encountered: