…to support auto-scrolling the items list into view if it appears below the bottom of its parent container.
Emitting events in the setter for showList caused them to be handled before the items were actually rendered in the dom. Emitting in ngAfterViewChecked seems reliable.
…to support auto-scrolling the items list into view if it appears below the bottom of its parent container.
Emitting events in the setter for showList caused them to be handled before the items were actually rendered in the dom. Emitting in ngAfterViewChecked seems reliable.