This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/guides/v2.3/javascript-dev-guide/widgets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,10 +205,10 @@ The prompt widget implements the following events:
205
205
206
206
## Keyboard navigation {#prompt_key_navigation}
207
207
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)
212
212
213
213
## Code Sample
214
214
You can’t perform that action at this time.
0 commit comments