This commit is contained in:
Josh Johnson 2016-09-27 16:29:47 +01:00
commit a990206cef

View file

@ -102,7 +102,7 @@ export default class Choices {
callbackOnHighlightItem: (id, value, passedInput) => {},
callbackOnUnhighlightItem: (id, value, passedInput) => {},
callbackOnChange: (value, passedInput) => {},
callbackOnItemSearch: false,
callbackOnItemSearch: null,
};
// Merge options with user options