mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5437 - For scrollHeight
This commit is contained in:
parent
cb6c2fffef
commit
0b5ac272ef
17 changed files with 41 additions and 11 deletions
|
@ -322,7 +322,7 @@ export interface AutoCompleteProps {
|
|||
optionGroupChildren?: string | ((data: any) => any[]) | undefined;
|
||||
/**
|
||||
* Maximum height of the suggestions panel.
|
||||
* @defaultValue 200px
|
||||
* @defaultValue 14rem
|
||||
*/
|
||||
scrollHeight?: string | undefined;
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ export default {
|
|||
optionGroupChildren: null,
|
||||
scrollHeight: {
|
||||
type: String,
|
||||
default: '200px'
|
||||
default: '14rem'
|
||||
},
|
||||
dropdown: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue