From 53c34ca7e552f52c3417b291b06d2ce0c634afd4 Mon Sep 17 00:00:00 2001 From: Viswajith-SF4388 <154953446+Viswajith-SF4388@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:00:22 +0530 Subject: [PATCH] 925705: Disabling keyboard interaction in carousel in UG was added. --- blazor/carousel/accessibility.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blazor/carousel/accessibility.md b/blazor/carousel/accessibility.md index 98fa091eac..a7cf4813de 100644 --- a/blazor/carousel/accessibility.md +++ b/blazor/carousel/accessibility.md @@ -54,7 +54,9 @@ The Blazor carousel component is designed by considering [WAI-ARIA](https://www. ## Keyboard interaction -By default, keyboard navigation is enabled. This component implements keyboard navigation support by following the WAI-ARIA practices. Once focused on the active Carousel element, you can use the following key combination for interacting with the Carousel. +All Carousel actions can be controlled using keyboard keys through the [`allowKeyboardInteraction`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfCarousel.html#Syncfusion_Blazor_Navigations_SfCarousel_AllowKeyboardInteraction) property, which is enabled by default. If you wish to disable the default keyboard interactions, you can set this property to `false`. This is particularly useful if the carousel contains input elements, as pressing the arrow keys might cause the carousel to move unexpectedly. By disabling keyboard interaction, the carousel remains static, allowing the user to focus on the input fields without any interruptions. + +This control implements keyboard navigation support by following WAI-ARIA practices. Once focused on the active Carousel element, you can use the following key combinations to interact with the Carousel. | Key | Description | | ------------------ | --------------------------------------------------------------- |