MCPcopy Index your code
hub / github.com/UI5/webcomponents / _onItemTab

Method _onItemTab

packages/main/src/MultiComboBox.ts:1299–1304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1297 }
1298
1299 _onItemTab() {
1300 this._getResponsivePopover().preventFocusRestore = true;
1301 this._inputDom.focus();
1302 this.open = false;
1303 this._tokenizer.expanded = false;
1304 }
1305
1306 _handleArrowNavigation(e: KeyboardEvent, isDownControl: boolean) {
1307 const isArrowDown = isDownControl || isDown(e);

Callers 2

_onListHeaderKeydownMethod · 0.95
_onItemKeydownMethod · 0.95

Calls 2

_getResponsivePopoverMethod · 0.95
focusMethod · 0.45

Tested by

no test coverage detected