()
| 214 | } |
| 215 | |
| 216 | resetSelection() { |
| 217 | this.hideModelList() |
| 218 | this.showAllEntries() |
| 219 | this.modelFilter.value = this.currentSelection.value |
| 220 | this.modelFilter.focus() |
| 221 | this.modelFilter.select() |
| 222 | } |
| 223 | |
| 224 | validEntrySelected() { |
| 225 | return this.modelNoResult.style.display === "none" |
no test coverage detected