dfh-ui-library 1.13.82 → 1.13.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -398,6 +398,7 @@ export interface DropdownSearchProps {
398
398
  onSelectedValuesChange?: (selectedValue: OptionProps) => void;
399
399
  buttonProps?: BtnOptionDropdown[];
400
400
  defaultValue?: string;
401
+ defaultValueCharLimit?: number;
401
402
  additionalErrorClasses?: string;
402
403
  error?: string;
403
404
  additionalClasses?: string;