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 6772669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:34:33+00:00 2026-05-26T15:34:33+00:00

I am having some issues with jQuery Autocomplete and moving DownArrow and UpArrow ?

  • 0

I am having some issues with jQuery Autocomplete and moving DownArrow and UpArrow ?

The problem seems to be that

<input id="autocomplete-input" value="">

focus: function (event, ui) {
       $('#autocomplete-input').val(ui.item.label);
 }

This works great for MOUSE focus – but when I use arrowUp and arrowDown – it selects the ui.item.id over and above the ui.item.label

How can I fix this so that either:

  1. the input val isn’t changed at all [i.e. it keeps the users
    inputted term]
  2. it updates the input val with the focused val the user is on with keydown/keyup

thanks

  • 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-26T15:34:34+00:00Added an answer on May 26, 2026 at 3:34 pm

    Make sure to prevent the default behavior of the focus event:

    focus: function (event, ui) {
        this.value = ui.item.label;
          // or $('#autocomplete-input').val(ui.item.label);
    
        // Prevent the default focus behavior.
        event.preventDefault();
          // or return false;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im having some weird issues with the jquery autocomplete function on the jQuery UI.
I'm having some issues with an asp.net implementation of this JQuery facebook style autocomplete
I'm having some issues with some jQuery code, and I'm hoping and thinking that
I'm having some strange issues with .removeClass() and .addClass() in jQuery. Specifically it seems
I have a website that seems to be having some issues with either the
I am having some issues with Microsoft Explorer 6/7 and the jQuery clone function.
I've been having some issues with a pagination widget that I wrote in jQuery.
I am having some issues with managers, because they believe that (intuitively) creating desktop
I'm working with forms inside jQuery Dialog, and am having some issues with the
I'm having some issues with a jQuery AJAX call. My code works fine when

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.