Skip to content

Commit bbf9295

Browse files
SelectBox: update Keyboard Navigation (DevExpress#7201) (DevExpress#7202)
1 parent 13c1c38 commit bbf9295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

concepts/05 UI Components/SelectBox/03 Accessibility/15 Keyboard Navigation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ A user can use the following keys to interact with the SelectBox component:
2929
<td>Enter or Space</td>
3030
<td>Selects the item.</td>
3131
</tr>
32+
<tr>
33+
<td>Backspace or Delete</td>
34+
<td>Clears selection if <a href="/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#showClearButton">showClearButton</a> is enabled.</td>
35+
</tr>
3236
</table>
3337

3438
#include common-code-register-key-handler

0 commit comments

Comments
 (0)