diff --git a/components/lib/multiselect/MultiSelectBase.js b/components/lib/multiselect/MultiSelectBase.js index 091fbee821..4987aed0b9 100644 --- a/components/lib/multiselect/MultiSelectBase.js +++ b/components/lib/multiselect/MultiSelectBase.js @@ -31,6 +31,7 @@ export const MultiSelectBase = ComponentBase.extend({ itemTemplate: null, maxSelectedLabels: null, name: null, + onClick: null, onBlur: null, onChange: null, onFilter: null,