()
| 325 | } |
| 326 | |
| 327 | showModelList() { |
| 328 | this.modelList.style.display = "block" |
| 329 | this.selectEntry() |
| 330 | this.showAllEntries() |
| 331 | //this.modelFilter.value = '' |
| 332 | this.modelFilter.select() // preselect the entire string so user can just start typing. |
| 333 | this.modelFilter.focus() |
| 334 | this.modelFilter.style.cursor = "auto" |
| 335 | } |
| 336 | |
| 337 | hideModelList() { |
| 338 | this.modelList.style.display = "none" |
no test coverage detected