Skip to content

issues Search Results · repo:devbridge/jQuery-Autocomplete language:JavaScript

Filter by

673 results
 (56 ms)

673 results

indevbridge/jQuery-Autocomplete (press backspace or delete to remove)

Forgive me I am very unfamiliar with this library I didnt implement it. But we are trying using this during a stock item selection. I can type in the word tran and I get back a list of 15 items...some ...
  • jaykav99
  • 1
  • Opened 
    on Oct 10, 2024
  • #862

Problem: When you paste in the autocomplete field it does nt trigger the Ajax request. Steps to reproduce: 1. Paste/Insert a name in the autocomplete (Let s say John) 2. The autocomplete will trigger ...
  • WilsonSant
  • Opened 
    on Oct 10, 2024
  • #861

I m testing the groupBy option with the demo provided. The demo array teams is structured so to have all the items from the first category first, and then lists all the item from the second category: ...
  • LouNik1984
  • 2
  • Opened 
    on Oct 2, 2024
  • #859

In jQuery 4.0 this function is removed. https://api.jquery.com/jQuery.trim/
  • opi99
  • Opened 
    on Sep 4, 2024
  • #857

Trying to implement a simple devbridge autocomplete which uses a .php file to query MySQL: $( #theories ).devbridgeAutocomplete({ serviceURL: theorySearch.php , paramName: theories }); Was constantly ...
  • KenBotwinick
  • 1
  • Opened 
    on Jun 14, 2024
  • #854

Replace instances of $.isFunction(func) with typeof func === function
  • abvdveen
  • 1
  • Opened 
    on Jan 25, 2024
  • #853

When the behavior described in #846 happens (only one suggestion with exact match), the order of the events are swapped. For example, if I have logic the does some cleanup at search complete and do some ...
  • diegosps
  • Opened 
    on Jan 6, 2024
  • #852

Hello, I am looking for to insert autocomplete form in a modal. Outside a modal, the code works correctly, but inside this doesn t work any more. I work with Materialize framework, and I think there ...
  • sylvain258
  • 1
  • Opened 
    on Jun 27, 2023
  • #851

i m trying to modify the submitted query before showing the suggestions. so in my specific case: if someone enters a query and it ends with a -, I want the autocomplete to treat the query as if it was ...
  • kvonspiczak
  • 2
  • Opened 
    on Jun 12, 2023
  • #849

how about .trim() function for q param value ? I think spaces without words can not be passed and we will not execute an extra request add after https://github.com/devbridge/jQuery-Autocomplete/blob/master/dist/jquery.autocomplete.js#L545 ...
  • flash1nho
  • 2
  • Opened 
    on Jan 12, 2023
  • #847
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub