Skip to main content

Search and Top Navigation

#6020 closed bug (notabug)

Opened September 04, 2010 07:21AM UTC

Closed September 04, 2010 12:28PM UTC

Last modified October 11, 2012 09:15PM UTC

combobox don't work because: "Uncaught TypeError: Cannot read property 'length' of undefined"

Reported by: gfff Owned by:
Priority: blocker Milestone:
Component: ui.autocomplete Version: 1.8.4
Keywords: combobox Cc:
Blocked by: Blocking:
Description

I've in the page several comboboxes. When I invoke an unique selector

("$('select').combobox()"), console return me this error:

Uncaught TypeError: Cannot read property 'length' of undefined

at line 432 of ui.combobox.js.

exatly the line is:

" if(!options.data.length) {

options.data = computedData;

}

"

thank you for the best work.

Attachments (0)
Change History (2)

Changed September 04, 2010 12:28PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

That code doesn't exist in our combobox demo.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted