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

Method _handleSelectionChange

packages/main/src/Select.ts:841–847  ·  view source on GitHub ↗

* The user selected an item with Enter or Space * @private

(index = this._selectedIndex)

Source from the content-addressed store, hash-verified

839 * @private
840 */
841 _handleSelectionChange(index = this._selectedIndex) {
842 this._typedChars = "";
843
844 this._select(index);
845
846 this._toggleRespPopover();
847 }
848
849 _scrollSelectedItem() {
850 if (this._isPickerOpen) {

Callers 3

_onkeydownMethod · 0.95
_onkeyupMethod · 0.95
_handleItemPressMethod · 0.95

Calls 2

_selectMethod · 0.95
_toggleRespPopoverMethod · 0.95

Tested by

no test coverage detected