Refactor #5437 - For scrollHeight

This commit is contained in:
tugcekucukoglu 2024-03-26 17:21:39 +03:00
parent cb6c2fffef
commit 0b5ac272ef
17 changed files with 41 additions and 11 deletions

View file

@ -15,7 +15,7 @@ export default {
optionGroupChildren: [String, Function],
scrollHeight: {
type: String,
default: '200px'
default: '14rem'
},
filter: Boolean,
filterPlaceholder: String,

View file

@ -302,7 +302,7 @@ export interface DropdownProps {
optionGroupChildren?: string | ((data: any) => any[]) | undefined;
/**
* Height of the viewport, a scrollbar is defined if height of list exceeds this value.
* @defaultValue 200px
* @defaultValue 14rem
*/
scrollHeight?: string | undefined;
/**