()
| 941 | } |
| 942 | |
| 943 | _afterOpen() { |
| 944 | this.opened = true; |
| 945 | this.fireDecoratorEvent("open"); |
| 946 | this.itemSelectionAnnounce(); |
| 947 | this._scrollSelectedItem(); |
| 948 | this._applyFocusToSelectedItem(); |
| 949 | } |
| 950 | |
| 951 | _applyFocusToSelectedItem() { |
| 952 | this.options.forEach(option => { |
nothing calls this directly
no test coverage detected