Extjs combobox 模糊搜尋

Extjs3: https://www.sencha.com/forum/showthread.php?21719-Contains-instead-of-Starts-with-in-ComboBox-autocomplete

(用於通訊錄系統)

加入代碼:

並於 combobox config加入

’anyMatch: true’ 

’caseSensitive: true’ //選用

Extjs4: http://atechiediary.blogspot.tw/2013/06/first-page-extjs-containslike-search-in.html

(未實際套用過)

1.於configuration加入

typeAhead: true

editable: true

2.加入listeners