dojo - Typeahead's items don't appear -


i'm integrating dojo-bootstrap's typeahead (https://github.com/xsokev/dojo-bootstrap) dojo project (inside dijit widget) , debugging , seeing filtered list in typeahead.js line 136

(this.menunode.innerhtml = items.join('');)

the typeahead's items list don't show anything. no errors on console.

any tips?

well, have lots of dijit widgets loaded vertically on page, needed edit typeahead.js line 73 from

domconstruct.place(this.menunode, document.body);

to

domconstruct.place(this.menunode, this.domnode.offsetparent || document.body);

and menu should be.

thanks anyway!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -