()
| 12 | }) |
| 13 | export class App { |
| 14 | clear() { |
| 15 | this.query.set(''); |
| 16 | this.selectedOption.set([]); |
| 17 | this.popupExpanded.set(false); |
| 18 | } |
| 19 | |
| 20 | readonly listbox = viewChild(Listbox); |
| 21 | readonly combobox = viewChild(Combobox); |
no test coverage detected