Skip to main content

Bug Tracker

Side navigation

#4783 closed enhancement (invalid)

Opened June 18, 2009 01:55PM UTC

Closed October 13, 2009 12:05AM UTC

autocomplete plugin extraparams function din't take key

Reported by: andruhap Owned by:
Priority: major Milestone: 1.4
Component: plugin Version: 1.3.2
Keywords: autocomplete Cc:
Blocked by: Blocking:
Description

extraParams[key] = typeof param == "function" ? param() : param;

should be

extraParams[key] = typeof param == "function" ? param(key) : param;

Attachments (0)
Change History (4)

Changed June 18, 2009 02:03PM UTC by andruhap comment:1

also if a function return false

extraParams[key] can be skipped

Changed June 18, 2009 02:40PM UTC by andruhap comment:2

also it must be able to disable cache when functions used for extraparams

Changed June 18, 2009 02:53PM UTC by andruhap comment:3

Replying to [comment:2 andruhap]:

also it must be able to disable cache when functions used for extraparams

sorry, it can be done using cacheLength:0

Changed October 13, 2009 12:05AM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .