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:
@ -51,6 +51,10 @@ export const RecordTableWithWrappers = ({
|
|||||||
'ctrl+a,meta+a',
|
'ctrl+a,meta+a',
|
||||||
handleSelectAllRows,
|
handleSelectAllRows,
|
||||||
TableHotkeyScope.Table,
|
TableHotkeyScope.Table,
|
||||||
|
[],
|
||||||
|
{
|
||||||
|
enableOnFormTags: false,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
const { saveViewFields } = useSaveCurrentViewFields();
|
const { saveViewFields } = useSaveCurrentViewFields();
|
||||||
|
|||||||
Reference in New Issue
Block a user