使用 jquery UI 自动完成组合框发送自定义值

发布于 2024-10-11 08:02:25 字数 147 浏览 4 评论 0原文

我决定使用 jquery-ui Autocomplete Combobox,但直到现在我还没有注意到它不会发送您已编辑的值。如果您从下拉列表中选择值,对其进行编辑并发送表单,它将在您编辑之前发送原始值。我希望允许访问者编辑下拉列表中的值,并根据需要以表单发送给他们。有什么想法吗?

I decided to use jquery-ui Autocomplete Combobox, but until now I didn't noticed that it doesn't sends values that you have edited. If you select value from dropdown list, edit it and send form it will send original value, before you edited it. I want to allow visitors to edit values in dropdown list and send them with form as they want it. Any ideas?

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

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

发布评论

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

评论(2

寄居人 2024-10-18 08:02:25

使用组合框,我们无法编辑列表中的值,只能从现有列表中进行选择。

Using the Combobox, we cannot edit the values in the list we can only select from the existing list.

孤千羽 2024-10-18 08:02:25

您想要的功能是在 UFD 中实现的:Unobtrusive Fast-filter Dropdown

来自功能 wiki:
“可选提交自由文本:将主控‘名称’属性复制到文本输入,并添加主控名称后缀。”

在这里找到它:http://code.google.com/p/ufd/

The function that you want is implemented in UFD: the Unobtrusive Fast-filter Dropdown

From the features wiki:
"Optional submission of free text: copy the master 'name' attribute to the text input, and suffix the master name."

Find it here: http://code.google.com/p/ufd/

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