()
| 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"; |
nothing calls this directly
no test coverage detected