更新脚本:微调typehead脚本方法,增加显示全部items
This commit is contained in:
parent
c22bf4fa30
commit
e93518f5dc
|
@ -27,7 +27,10 @@
|
|||
url: "api/Category",
|
||||
callback: function (result) {
|
||||
$('#txt_dict_cate').typeahead({
|
||||
source: result
|
||||
source: result,
|
||||
showHintOnFocus: 'all',
|
||||
fitToElement: true,
|
||||
items: 'all'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue