From 2549a7fe7d8b84eee9a057629a83e5476a147122 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 16 Jul 2025 15:09:14 +0530 Subject: [PATCH] h1 tag missing --- angularjs/Autocomplete/textbox-customization.md | 2 +- angularjs/Rotator/keyboard-interaction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs/Autocomplete/textbox-customization.md b/angularjs/Autocomplete/textbox-customization.md index ac58ee61..55a8d4fa 100644 --- a/angularjs/Autocomplete/textbox-customization.md +++ b/angularjs/Autocomplete/textbox-customization.md @@ -7,7 +7,7 @@ control: Autocomplete documentation: ug --- -## Textbox Customization +# Textbox Customization ### Auto-fill support diff --git a/angularjs/Rotator/keyboard-interaction.md b/angularjs/Rotator/keyboard-interaction.md index ecd82fc1..a8c96205 100644 --- a/angularjs/Rotator/keyboard-interaction.md +++ b/angularjs/Rotator/keyboard-interaction.md @@ -7,7 +7,7 @@ control: rotator documentation: ug --- -## Keyboard interaction +# Keyboard interaction The Rotator property e-allowkeyboardnavigation turns on keyboard interaction with the Rotator items. You must set this property to ‘true’ to access the keyboard shortcuts. The default value is ‘true’. The value set to this property is Boolean.