trackLayoutChanges property

  1. @Input()
bool trackLayoutChanges
getter/setter pair

Sets whether the suggestion list scrolls with the input box.

This is a pass through property, as defined in PopupInterface.

Implementation

@Input()
bool trackLayoutChanges = true;