我已經採取了定製的插件,它給人的功能對於OPTGROUP這是在這裏給出了Add scroll position return on select1. Add optgroup capability項目上點擊鼠標移動自舉,duallistbox
定製bootstrap-duallistbox (with optgroup feature)
我已經創建了一個樣本示例顯示一個運行的例子的plunker。選項組工作正常,但問題是,即使通過當我把move-on-select =「false」仍項目正在移動鼠標點擊。
誰能告訴我這是爲什麼表現得就像是
<select ng-model="modal.selectedItems"
ng-options="item.name group by item.app for item in modal.allItems"
multiple
bs-duallistbox
move-on-select=false
></select>
它是'moveOnSelect'而不是'move-on-select'。 參考鏈接:http://www.virtuosoft.eu/code/bootstrap-duallistbox/ –
@prakashtank謝謝你的回覆,'moveOnSelect:false'在腳本方面會被提及,我已經把它做成false 'jquery.dlbx.js',仍然沒有用。 'move-on-select' is angular directive –