()
| 1329 | ); |
| 1330 | |
| 1331 | onCommit() { |
| 1332 | const val = this.value(); |
| 1333 | if (val.length > 0) { |
| 1334 | this.searchString.set(val[0]); |
| 1335 | } |
| 1336 | this.popupExpanded.set(false); |
| 1337 | } |
| 1338 | |
| 1339 | onBlur() { |
| 1340 | const search = this.searchString().trim().toLowerCase(); |