Called when the panel has been opened and the overlay has settled on its final position.
()
| 281 | |
| 282 | /** Called when the panel has been opened and the overlay has settled on its final position. */ |
| 283 | private _positioningSettled() { |
| 284 | this._scrollOptionIntoView(this._keyManager.activeItemIndex || 0); |
| 285 | } |
| 286 | |
| 287 | /** Creates a change event object that should be emitted by the select. */ |
| 288 | private _getChangeEvent(value: any) { |
no test coverage detected