Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7499041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:40:48+00:00 2026-05-29T19:40:48+00:00

I am attempting to use the AutoComplete plugin for jQuery UI, specifically the multiple

  • 0

I am attempting to use the AutoComplete plugin for jQuery UI, specifically the multiple values functionality (with a local array). The goal is an ‘intellisense’ type effect.

The suggestion box appears *ONLY* after you have a comma separating your entires.

For example:

test1, <suggestion list appears>

In my case, I want the suggestion list to appear after a SPACE, instead of a comma, i.e.:

test1<space> <suggestion list appears>

This functionality (or lack thereof) can be seen directly on the demo page linked above, simply type ‘Clojure’, and the box will autocomplete with a comma, then typing another word, such as Java, will then reopen the suggestion list. If you do the same, type Clojure, delete the comma, then press space, suggestions will no longer appear.

I tried to poke into the AutoComplete code but did not see what made this happen – I am not opposed to modifying the actual jQuery UI source itself to make this happen, or use an entirely different plugin system that supports this better.

Any help is appreciated – let me know if you need more detail!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T19:40:49+00:00Added an answer on May 29, 2026 at 7:40 pm

    You can change the behavior of the insert by modifying the select event callback. If you click on “view source” on the demo page, you’ll see this.value = terms.join( ", " ); Just change that to this.value = terms.join( " " );

    Edit:
    You’ll probably also want to edit the split() function in the demo source code:

    function split( val ) {
      return val.split( /,\s*/ );
    }
    

    (Remove the comma)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to use the jQuery UI Autocomplete functionality. After a good bit
I'm attempting to use JQuery autocomplete and need to get the id of the
I'm attempting to use jQuery's autocomplete feature, and after reading several posts I still
Goal: To implement a jQuery plugin for my rails app (or write one myself,
I'm attempting to use the jQuery UI Tabs module, but whenever I attempt to
I am attempting to use AJAX in jQuery to load content to a div,
I am attempting to use the Struts2 JUnit Plugin (v2.2.3 w/ Struts2 v2.2.3) and
I'm attempting to use the following code to serialize an anonymous type to JSON:
I'm attempting to use both Perl's autoboxing functionality and operator overloading functionality, and they
I'm attempting to trigger Jquery autocomplete from outside the field. I'm running an on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.