Side navigation
#5926 closed bug (invalid)
Opened January 25, 2010 01:19PM UTC
Closed January 29, 2010 03:04AM UTC
Last modified March 15, 2012 11:03AM UTC
autocomplete resets the value when selected by mouse with config minChars:0
Reported by: | java.geek | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | plugin | Version: | 1.4 |
Keywords: | autocomplete | Cc: | kamalp.sharma@gmail.com |
Blocked by: | Blocking: |
Description
Hi
I am using auto-complete plugin with options
{
url:'http://localhost:8080/sdfsdfsd.html',
minChars:0"
//other relevent options.
}
I need to list out all options even when user does not enter any value. Ajax call is successfully done when I press "Down Arrow" or " Right Arrow" button and
a) i am able to navigate up/down by arrow keys and select by hitting "Enter/Return" key.
b) But If I select the same using mouse, the value is selected and immediately reset to blank.
Is this an intended behavior or a bug..pls clarify.
PS: My configuration is working fine if I change the minChars to 1 or above.
Attachments (0)
Change History (1)
Changed January 29, 2010 03:04AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This is better asked on the forums.