catch up to master
This commit is contained in:
parent
84ac3c2929
commit
b8c4971856
@ -1274,7 +1274,18 @@ $("#tags").select2({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<input tyoe="hidden" style="width:300px" id="inp"/>
|
||||||
|
<script>
|
||||||
|
$(document).ready(function (){
|
||||||
|
$('#inp').select2({
|
||||||
|
closeOnSelect:false,
|
||||||
|
multiple:true,
|
||||||
|
query:function (query){
|
||||||
|
query.callback({results: [{id:1, text:'1rwrtwert'}, {id:2, text:'342342345234'}]});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<div style="position: absolute; left:0; top:0; background: white; border: 1px solid red;" id="focus-spy">hello there</div>
|
<div style="position: absolute; left:0; top:0; background: white; border: 1px solid red;" id="focus-spy">hello there</div>
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ad9fac45aee04b3b91b186a539ceedb784ab242b
|
Subproject commit 633a6dc9012523831e232c1369fade8d1dcdd057
|
Loading…
x
Reference in New Issue
Block a user