在 iPad Safari 中强制隐藏键盘

发布于 2024-11-06 13:02:13 字数 200 浏览 0 评论 0原文

我的订单中有一张表格;

  1. 文本框

  2. 下拉菜单

现在,当用户将焦点从文本框移动到下拉菜单时,键盘仍然保留,并且隐藏了下拉选项...

如何使键盘隐藏(文本框的onblur)

我已经尝试过window.blur,但它不起作用。

请帮我。谢谢。

I have a form in the order;

  1. Textbox

  2. Dropdown

Now when user moves focus from textbox to dropdown, the keyboard still remains and it kind of hides the dropdown options...

How do I make the keyboard hide (onblur of textbox)

I have already tried window.blur and it does not work.

Please help me. thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对你的占有欲 2024-11-13 13:02:13

您可以尝试将 focus() 放在非文本元素上。

或者

$("#yourTextField").blur(); //jquery

you can try to focus() on a non-text element.

or

$("#yourTextField").blur(); //jquery
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文