#6020 closed bug (notabug)
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.
Note: See
TracTickets for help on using
tickets.
That code doesn't exist in our combobox demo.