Merge pull request #12377 from ToolJet/fix/tab-navigation-table-columns

Fix: Table navigation on editable columns
This commit is contained in:
Johnson Cherian 2025-04-07 09:22:24 +05:30 committed by GitHub
commit b796a421e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',