MCPcopy
hub / github.com/angular/components / onCommit

Method onCommit

src/aria/combobox/combobox.spec.ts:1284–1290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 2

setMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected