()
| 1282 | ); |
| 1283 | |
| 1284 | onCommit() { |
| 1285 | const val = this.value(); |
| 1286 | if (val.length > 0) { |
| 1287 | this.searchString.set(val[0]); |
| 1288 | } |
| 1289 | this.popupExpanded.set(false); |
| 1290 | } |
| 1291 | |
| 1292 | onBlur() { |
| 1293 | const search = this.searchString().trim().toLowerCase(); |