You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
Merge pull request #7 from pnagurny/bug/blur-on-enter
on enter blur field to cause form update
This commit is contained in:
@@ -776,6 +776,7 @@ export class TxListPage implements OnInit, AfterViewChecked {
|
||||
}
|
||||
|
||||
onEnter(item, $event) {
|
||||
$event.target.blur();
|
||||
this.submit(item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user