on enter blur field to cause form update

This commit is contained in:
Patrick Nagurny
2019-06-14 08:26:26 -04:00
parent e2de38f02e
commit d4c3ac9d84

View File

@@ -776,6 +776,7 @@ export class TxListPage implements OnInit, AfterViewChecked {
}
onEnter(item, $event) {
$event.target.blur();
this.submit(item);
}