From 2b63f7e707d5b6bd549ff853bf059af70e766172 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 14 May 2022 10:56:07 +0200 Subject: [PATCH] Feature/support enter to submit create or update transaction dialog form (#913) * Support enter key press to submit form * Update changelog --- CHANGELOG.md | 4 ++++ .../create-or-update-transaction-dialog.html | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12d937d6..2ff7f6342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Supported enter key press to submit the form of the create or edit transaction dialog + ### Fixed - Fixed the date format of the date picker and support manual changes diff --git a/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html b/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html index b57068453..691620be2 100644 --- a/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html +++ b/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html @@ -1,6 +1,7 @@