MCPcopy Create free account
hub / github.com/UI5/webcomponents / announceSelectedItem

Method announceSelectedItem

packages/main/src/Input.ts:1743–1749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

onItemSelectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected