From d66d118069e46515312c4159e195e500cb5b8056 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Mar 2026 15:58:43 +0000 Subject: [PATCH] fix(files): add name attribute to default view radio group Add name="default_view" to the NcRadioGroup component so the underlying radio buttons are properly grouped. This enables keyboard navigation between radio options using arrow keys, improving accessibility. Fixes nextcloud/server#58729 Signed-off-by: boris324 Co-Authored-By: Claude Opus 4.6 --- .../src/components/FilesAppSettings/FilesAppSettingsGeneral.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/src/components/FilesAppSettings/FilesAppSettingsGeneral.vue b/apps/files/src/components/FilesAppSettings/FilesAppSettingsGeneral.vue index 01212793d02a0..8f51ff352a107 100644 --- a/apps/files/src/components/FilesAppSettings/FilesAppSettingsGeneral.vue +++ b/apps/files/src/components/FilesAppSettings/FilesAppSettingsGeneral.vue @@ -37,6 +37,7 @@ const store = useUserConfigStore()