Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit db39b69

Browse files
authored
Small formatting change
1 parent b4fc5f4 commit db39b69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/guides/v2.3/javascript-dev-guide/widgets/widget_prompt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ The prompt widget implements the following events:
205205

206206
## Keyboard navigation {#prompt_key_navigation}
207207

208-
- the ESC key: cancel the input and close the current prompt window (the same behavior as for the 'Cancel' button)
209-
- the ENTER key: confirm the input and close the current prompt window (the same behavior as for the 'OK' button)
210-
- the TAB key: set focus to the next focusable element (looped inside the prompt window)
211-
- the SHIFT+TAB keys combination: set focus to the previous focusable element (looped inside the prompt window)
208+
- ESC key: cancel the input and close the current prompt window (the same behavior as for the 'Cancel' button)
209+
- ENTER key: confirm the input and close the current prompt window (the same behavior as for the 'OK' button)
210+
- TAB key: set focus to the next focusable element (looped inside the prompt window)
211+
- SHIFT+TAB keys combination: set focus to the previous focusable element (looped inside the prompt window)
212212

213213
## Code Sample
214214

0 commit comments

Comments
 (0)