jQuery UI autocomplete select event not working with mouse click

前端 未结 9 838
星月不相逢
星月不相逢 2020-12-28 15:09

I have a list of links, and I have this search box #reportname. When the user types in the search box, autocomplete will show the text of the links in a list.



        
9条回答
  •  天命终不由人
    2020-12-28 15:56

    Had the same issue / problem.

    Jquery: 1.11.1 UI: 1.11.0

    Question: Do you use bassistance jquery validte plugin simultanously?

    If positive: update this to a newest version or just disable it for tests.

    I updated from 1.5.5 to 1.13.0

    Helped for me. Good luck!

提交回复
热议问题