javascript - dojo stop dropdown button from closing on checkbox select -


here html:

<button data-dojo-attach-point="pinfilterbutton" data-dojo-type="dijit/form/dropdownbutton">     <span>proj. pin</span>     <select multiple="true" name="multiselect" data-dojo-attach-point="pinfilter" data-dojo-type="dojox.form.checkedmultiselect"></select> </button> 

i want stop dropdown closing when checkbox selected.

here tried:

on(t.pinfilterbutton.dropdowncontainer, 'close', function (e) {     e.stoppropogation(); }) 

among other variations.


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -