From faf6789d4cd1796730b8f57064bbcafeeed6d89e Mon Sep 17 00:00:00 2001 From: Vijaykant Yadav Date: Wed, 26 Mar 2025 03:57:47 +0530 Subject: [PATCH] fix: Table navigation on editable columns --- frontend/src/AppBuilder/Widgets/Table/String.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/AppBuilder/Widgets/Table/String.jsx b/frontend/src/AppBuilder/Widgets/Table/String.jsx index af593c0e5f..733c70953b 100644 --- a/frontend/src/AppBuilder/Widgets/Table/String.jsx +++ b/frontend/src/AppBuilder/Widgets/Table/String.jsx @@ -66,7 +66,6 @@ const StringColumn = ({ className={`${!isValid ? 'is-invalid' : ''} h-100 text-container long-text-input d-flex align-items-center ${ darkMode ? ' textarea-dark-theme' : '' } justify-content-${determineJustifyContentValue(horizontalAlignment)}`} - tabIndex={-1} style={{ color: cellTextColor ? cellTextColor : 'inherit', outline: 'none',