使用 JavaScript 可编辑和自动完成组合框

发布于 2024-12-09 13:01:32 字数 76 浏览 0 评论 0原文

我需要在表单中创建一个可编辑的组合框,并且能够通过组合框的值搜索输入文本(如自动完成方式)。

获得这个的最简单方法是什么?

I need to make a combo box in my form to be editable and capable to search the input text through the values of the combo box (like autocomplete way).

What's the simplest way to obtain this?

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

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

发布评论

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

评论(3

你好,陌生人 2024-12-16 13:01:32

如果您尚未使用提供此组件的任何框架(即 YUI),则此组件可能对您有用:dhtmlxCombo

If you aren't already using any framework that provides this component (i.e. YUI), this component might be useful to you: dhtmlxCombo

嘿嘿嘿 2024-12-16 13:01:32

您可以查看Dojo 的 ComboBox
它具有您需要的所有功能以及更多功能。

You can take a look at Dojo's ComboBox.
It has all the features you require and more.

夏日浅笑〃 2024-12-16 13:01:32

我自己也在寻找。我发现的解决方案之一是 jQuery UI 的自动完成。似乎非常灵活并且有据可查。例如,请参阅 http://jqueryui.com/autocomplete/#combobox

I am searching for it myself. One of the solutions I've found is jQuery UI's autocomplete. Seems to be very flexible and well documented. See http://jqueryui.com/autocomplete/#combobox for example.

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