dfh-ui-library 1.12.699 → 1.12.700

Sign up to get free protection for your applications and to get access to all the features.
@@ -349,7 +349,7 @@ export interface IMultiSelectProps {
349
349
  error?: string;
350
350
  wrapperClass?: string | undefined;
351
351
  additionalClasses?: string | undefined;
352
- onChange: (selectedValues: string[]) => void;
352
+ onMultiSelect: (selectedValues: string[]) => void;
353
353
  }
354
354
  export interface OptionProps {
355
355
  displayText: string;