From 1433dbbc3e3256b08b1967cd50522742071206f5 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Mon, 30 Oct 2023 15:36:20 +0545 Subject: [PATCH] add workaround for project dropdown gaining auto focus Signed-off-by: Swikriti Tripathi --- src/components/tab/SearchInput.vue | 1 + src/views/CreateWorkPackageModal.vue | 266 ++++++++++++++------------- src/views/ProjectsTab.vue | 1 + 3 files changed, 143 insertions(+), 125 deletions(-) diff --git a/src/components/tab/SearchInput.vue b/src/components/tab/SearchInput.vue index f23a22f2b..ac4e4bafc 100644 --- a/src/components/tab/SearchInput.vue +++ b/src/components/tab/SearchInput.vue @@ -44,6 +44,7 @@ -

- {{ t('integration_openproject', 'Create and link a new work package') }} -

-
-
- {{ t('integration_openproject', 'Project *') }} -
- - - - -

- {{ error.message }} -

-

- {{ error.multipleErrors.project }} -

-
- {{ t('integration_openproject', 'Subject *') }} -
- -

- {{ error.message }} -

-

- {{ error.multipleErrors.subject }} -

-
-
-
- {{ t('integration_openproject', 'Type *') }} -
- - - - -

+

+

+ {{ t('integration_openproject', 'Create and link a new work package') }} +

+
+
+ {{ t('integration_openproject', 'Project *') }}
-
-
- {{ t('integration_openproject', 'Status *') }} + + + + +

+ {{ error.message }} +

+

+ {{ error.multipleErrors.project }} +

+
+ {{ t('integration_openproject', 'Subject *') }} +
+ +

+ {{ error.message }} +

+

+ {{ error.multipleErrors.subject }} +

+
+
+
+ {{ t('integration_openproject', 'Type *') }} +
+ + + + +

+

+
+
+ {{ t('integration_openproject', 'Status *') }} +
+ + + +
- - - -
-
-
- {{ t('integration_openproject', 'Assignee') }} -
- - - - -
- {{ t('integration_openproject', 'Description') }} -
-