From 56487a44f31494a84199b6a01a5a1f3f2aa83b52 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Thu, 24 Jun 2021 12:49:41 +0200 Subject: [PATCH] fix issue with elements not accessible with Keyboard navigation --- .../array-group/dynamic-form-array.component.html | 2 +- .../shared/number-picker/number-picker.component.html | 4 ++-- src/app/shared/uploader/uploader.component.html | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.html b/src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.html index fe0c65ea73..42924b7923 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.html +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.html @@ -15,7 +15,7 @@ [cdkDragDisabled]="dragDisabled" [cdkDragPreviewClass]="'ds-submission-reorder-dragging'"> - + @@ -27,7 +27,7 @@