Ver:1.10.1
The tagbox is inherited from the ComboBox plugin, so I can use all the properties in the ComboBox plugin. When I use mode: "remote" in tagbox I got some exceptions.
<input name="item.graph_id" class="form-control easyui-tagbox" id="graph_id"
data-options="required:true,valueField:'id',textField:'title',hasDownArrow: true,limitToList: true,
url:'#(path)/graph/listj',mode:'remote',delay:500,"
value="#(item.graph_id??)">
1、When you directly select some options from the drop-down options, and then enter some words, the selected value suddenly becomes the result of id. Finally, delete all the selected values, click the drop-down button, and find that the drop-down options are not the same as the beginning.
2、Chinese internationalization of tagbox is wrong, still in English