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
当调用 Prompt 弹框让用户输入时,希望可以自动聚焦到文本框,弹出输入法
message.prompt({ title: '请输入姓名', autoFocus: true, // 设置自动聚焦 inputValue: name.value })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
当调用 Prompt 弹框让用户输入时,希望可以自动聚焦到文本框,弹出输入法
你期望的 API 是什么样子的?
The text was updated successfully, but these errors were encountered: