diff --git a/docs/src/pages/components/chips/chips.md b/docs/src/pages/components/chips/chips.md index d5725d8b726a56..789f44528ceee2 100644 --- a/docs/src/pages/components/chips/chips.md +++ b/docs/src/pages/components/chips/chips.md @@ -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.