From 44754e1e9b03030f48d56eb465ed9facdb7733bc Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:12:28 +0530 Subject: [PATCH] fix: tab focus issue in shared form and expanded form --- packages/nc-gui/components/cell/Currency.vue | 17 ++++++++++++-- .../nc-gui/components/cell/DatePicker.vue | 2 +- packages/nc-gui/components/cell/Decimal.vue | 7 ++++-- packages/nc-gui/components/cell/Duration.vue | 6 ++++- packages/nc-gui/components/cell/Email.vue | 6 ++++- packages/nc-gui/components/cell/Float.vue | 7 ++++-- packages/nc-gui/components/cell/Integer.vue | 7 ++++-- packages/nc-gui/components/cell/Percent.vue | 19 ++++++++++----- .../nc-gui/components/cell/PhoneNumber.vue | 7 ++++-- packages/nc-gui/components/cell/Text.vue | 17 ++++++++++++-- packages/nc-gui/components/cell/TextArea.vue | 3 ++- packages/nc-gui/components/cell/Url.vue | 6 ++++- .../components/smartsheet/DivDataCell.vue | 23 ++++++++++++++++++- 13 files changed, 103 insertions(+), 24 deletions(-) diff --git a/packages/nc-gui/components/cell/Currency.vue b/packages/nc-gui/components/cell/Currency.vue index cf38769f9c..998830186b 100644 --- a/packages/nc-gui/components/cell/Currency.vue +++ b/packages/nc-gui/components/cell/Currency.vue @@ -1,6 +1,16 @@