()
| 1756 | } |
| 1757 | |
| 1758 | fireResetSelectionChange() { |
| 1759 | if (this._isLatestValueFromSuggestions) { |
| 1760 | this.fireSelectionChange(null, false); |
| 1761 | this.valueBeforeItemSelection = this.value; |
| 1762 | } |
| 1763 | } |
| 1764 | |
| 1765 | get _readonly() { |
| 1766 | return this.readonly && !this.disabled; |
no test coverage detected