fix #1000
This commit is contained in:
parent
3acecf1b9d
commit
814e8b5bed
@ -2703,7 +2703,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
maximumSelectionSize: 0,
|
maximumSelectionSize: 0,
|
||||||
id: function (e) { return e.id; },
|
id: function (e) { return e.id; },
|
||||||
matcher: function(term, text) {
|
matcher: function(term, text) {
|
||||||
return text.toUpperCase().indexOf(term.toUpperCase()) >= 0;
|
return (''+text).toUpperCase().indexOf((''+term).toUpperCase()) >= 0;
|
||||||
},
|
},
|
||||||
separator: ",",
|
separator: ",",
|
||||||
tokenSeparators: [],
|
tokenSeparators: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user