Fix ⌘A selecting records instead of input text when creating a new view (#11783)

### Demo

https://github.com/user-attachments/assets/772e5b45-f55d-4d5f-9256-5a325b027d5d

Closes #11677
This commit is contained in:
Abdul Rahman
2025-04-30 13:10:25 +05:30
committed by GitHub
parent ea25498625
commit 36ddf48ef0

View File

@ -51,6 +51,10 @@ export const RecordTableWithWrappers = ({
'ctrl+a,meta+a',
handleSelectAllRows,
TableHotkeyScope.Table,
[],
{
enableOnFormTags: false,
},
);
const { saveViewFields } = useSaveCurrentViewFields();