dropdownMaxHeight property

  1. @Input()
int? dropdownMaxHeight
getter/setter pair

Max height of the dropdown, in pixels

Implementation

@Input()
int? dropdownMaxHeight;