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

Method _tokensCountText

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

Source from the content-addressed store, hash-verified

2226 }
2227
2228 get _tokensCountText() {
2229 if (!this._tokenizer) {
2230 return;
2231 }
2232
2233 return getTokensCountText(this._getSelectedItems().length);
2234 }
2235
2236 get _tokensCountTextId() {
2237 return "ui5-multi-combobox-hiddenText-nMore";

Callers

nothing calls this directly

Calls 2

_getSelectedItemsMethod · 0.95
getTokensCountTextFunction · 0.85

Tested by

no test coverage detected