dfh-ui-library 1.12.757 → 1.12.758

Sign up to get free protection for your applications and to get access to all the features.
@@ -377,6 +377,7 @@ export interface DropdownSearchProps {
377
377
  onSelectedValuesChange?: (selectedValue: OptionProps) => void;
378
378
  buttonProps?: BtnOptionDropdown[];
379
379
  defaultValue?: string;
380
+ clearHandler?: (e?: any) => void;
380
381
  additionalErrorClasses?: string;
381
382
  error?: string;
382
383
  additionalClasses?: string;