()
| 845 | } |
| 846 | |
| 847 | get _getPlaceholder(): string { |
| 848 | if (this._getSelectedItems().length) { |
| 849 | return ""; |
| 850 | } |
| 851 | |
| 852 | return this.placeholder || ""; |
| 853 | } |
| 854 | |
| 855 | // If the input is focused and the cursor is at the beginning/end of the input, |
| 856 | // focus the last token if the direction is LTR/ RTL |
nothing calls this directly
no test coverage detected