Skip to content

Commit

Permalink
Document that "Escape" blurs
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 18, 2019
1 parent fe7b5a7 commit 14c5bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/chips/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ You can use the `size` prop to define a small Chip.

## Accessibility

If the Chip is deletable or clickable then it is a button in tab order. When the Chip is focused (e.g. when tabbing) pressing `Backspace` or `Delete` will call the `onDelete` handler.
If the Chip is deletable or clickable then it is a button in tab order. When the Chip is focused (e.g. when tabbing) pressing `Backspace` or `Delete` will call the `onDelete` handler while pressing `Escape` will blur the chip.

0 comments on commit 14c5bda

Please sign in to comment.