选择后将提前AngularJS UI输入焦点

编程入门 行业动态 更新时间:2024-10-11 17:26:17
本文介绍了选择后将提前AngularJS UI输入焦点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

您甚至可以在angular ui的演示中看到问题.

You can even see the problem in the angular ui's demo.

angular-ui.github.io/bootstrap/

一旦选择建议值,请先输入内容,然后再失去对输入的关注,从而无法提交.单击建议值后,如何使它专注于输入.

Typeahead once you select a suggested value loses focus on the input prevent you from submitting it. How do I get it to focus on the input after a suggested value is clicked upon.

推荐答案

将此行放入typeahead.js:148 select函数.

Put this line into typeahead.js:148 select function.

element[0].focus();

查看此处: plnkr.co/edit/XB5ybI?p=preview

更多推荐

选择后将提前AngularJS UI输入焦点

本文发布于:2023-08-03 06:28:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1284831.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:后将   焦点   AngularJS   UI

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!