()
| 1741 | } |
| 1742 | |
| 1743 | announceSelectedItem() { |
| 1744 | const invisibleText = this.shadowRoot!.querySelector(`#selectionText`)!; |
| 1745 | |
| 1746 | if (invisibleText) { |
| 1747 | invisibleText.textContent = this.itemSelectionAnnounce; |
| 1748 | } |
| 1749 | } |
| 1750 | |
| 1751 | fireSelectionChange(item: IInputSuggestionItem | null, isValueFromSuggestions: boolean) { |
| 1752 | if (this.Suggestions) { |