Skip to content

Commit

Permalink
pressing != releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 18, 2019
1 parent 14c5bda commit 29faf65
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 while pressing `Escape` will blur the chip.
If the Chip is deletable or clickable then it is a button in tab order. When the Chip is focused (e.g. when tabbing) releasing (`keyup` event) `Backspace` or `Delete` will call the `onDelete` handler while releasing `Escape` will blur the Chip.

0 comments on commit 29faf65

Please sign in to comment.