Content
View differences
Updated by Alexander Coles over 1 year ago
It is currently not possible to perform a confirmation action in the Danger Dialog using only the keyboard (unless a screenreader is enabled). only.
* it is not possible to move the keyboard focus to the confirmation checkbox (using the tab key), if the Danger Dialog is of the confirmation variant.
* It is not possible to move the keyboard focus to the confirmation button (using the tab key) _to add - whether or not the confirmation checkbox is checked or not.
* There are no mnemonics/keyboard shortcuts for the dialog actions.
However, it is possible to perform the cancel/dismiss action using the Esc key. This behavior is "given to us for free" by the underlying Primer dialog implementation.
<br> additional notes_
* it is not possible to move the keyboard focus to the confirmation checkbox (using the tab key), if the Danger Dialog is of the confirmation variant.
* It is not possible to move the keyboard focus to the confirmation button (using the tab key)
* There are no mnemonics/keyboard shortcuts for the dialog actions.
However, it is possible to perform the cancel/dismiss action using the Esc key. This behavior is "given to us for free" by the underlying Primer dialog implementation.
<br>