dfh-ui-library 1.13.82 → 1.13.83
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -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;
|