()
| 1453 | }); |
| 1454 | |
| 1455 | onCommit() { |
| 1456 | const selected = this.value(); |
| 1457 | if (selected.length > 0) { |
| 1458 | this.searchString.set(selected[0]); |
| 1459 | } |
| 1460 | this.popupExpanded.set(false); |
| 1461 | } |
| 1462 | |
| 1463 | onBlur() { |
| 1464 | const flatNodes = this.flattenTreeNodes(this.dataSource()); |