DefinitelyTyped/types/select2
Sagie Maoz 7d615b793a fix(@types/select2): Interface fixes for v3
- Select2QueryOptions: Add 'element' attribute
  Docs: http://select2.github.io/select2/#doc-query
  "options.element, jquery object, The element Select2 is attached to."

- tokenizer: Add 'null' and 'undefined' to return value type
  Docs: http://select2.github.io/select2/#doc-tokenizer
  "If undefined or null is returned the input of the search field is unchanged."

- tokenizer: Add optional argument to selectCallback
  Code: https://github.com/select2/select2/blob/3.5.2/select2.js#L605
  "function(choice) callback tho add the choice to selection"
2019-01-18 12:53:50 -05:00
..
v3
index.d.ts
select2-tests.ts
tsconfig.json
tslint.json