Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/UI5/webcomponents
/ _toggleTokenizerPopover
Method
_toggleTokenizerPopover
packages/main/src/MultiComboBox.ts:719–722 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
717
}
718
719
_toggleTokenizerPopover() {
720
this.tokenizerOpen = false;
721
this.open = !this.open;
722
}
723
724
togglePopoverByDropdownIcon() {
725
this._shouldFilterItems = false;
Callers
6
_showFilteredItems
Method · 0.95
_onkeydown
Method · 0.95
_handleShow
Method · 0.95
_onItemKeydown
Method · 0.95
handleCancel
Method · 0.95
handleOK
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected