()
| 1404 | }); |
| 1405 | |
| 1406 | onCommit() { |
| 1407 | const selected = this.value(); |
| 1408 | if (selected.length > 0) { |
| 1409 | this.searchString.set(selected[0]); |
| 1410 | } |
| 1411 | this.popupExpanded.set(false); |
| 1412 | } |
| 1413 | |
| 1414 | onBlur() { |
| 1415 | const flatNodes = this.flattenTreeNodes(this.dataSource()); |