feat: add autocompleteMaxVisible setting for configurable dropdown height
This commit is contained in:
committed by
Mario Zechner
parent
06a7fedda5
commit
b212314f45
@@ -65,4 +65,7 @@ export interface EditorComponent extends Component {
|
||||
|
||||
/** Set horizontal padding */
|
||||
setPaddingX?(padding: number): void;
|
||||
|
||||
/** Set max visible items in autocomplete dropdown */
|
||||
setAutocompleteMaxVisible?(maxVisible: number): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user