选择后将提前AngularJS UI输入焦点 [英] Angularjs ui typeahead to focus after select

查看:80
本文介绍了选择后将提前AngularJS UI输入焦点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

http://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();

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

这篇关于选择后将提前AngularJS UI输入焦点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆