jQuery-UI Autocomplete submitting form onclick of item from dropdown list

后端 未结 3 892
死守一世寂寞
死守一世寂寞 2021-01-14 11:46

I\'m using the jQueryUI autocomplete() function and I can\'t figure out how to have my form submit when an item is selected.

I think the issue is with t

3条回答
  •  长情又很酷
    2021-01-14 12:10

    Andrew was correct, see the fiddle he mentioned. If you switch the part with "ui.item" to "ui.item.value" the select: function() now works perfectly.

提交回复
热议问题