()
| 1411 | }); |
| 1412 | |
| 1413 | onCommit() { |
| 1414 | const selected = this.value(); |
| 1415 | if (selected.length > 0) { |
| 1416 | this.searchString.set(selected[0]); |
| 1417 | } |
| 1418 | this.popupExpanded.set(false); |
| 1419 | } |
| 1420 | |
| 1421 | onBlur() { |
| 1422 | const flatNodes = this.flattenTreeNodes(this.dataSource()); |