@box/blueprint-web 9.12.0 → 9.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -189,6 +189,9 @@ const RootInner = ({
189
189
  const handleKeyDown = useCallback(event => {
190
190
  // Close menu
191
191
  if (event.key === 'Enter' || event.key === 'Tab') {
192
+ if (event.nativeEvent.isComposing) {
193
+ return;
194
+ }
192
195
  setOpen(false);
193
196
  return;
194
197
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "9.12.0",
3
+ "version": "9.12.2",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -63,7 +63,7 @@
63
63
  "react-stately": "^3.31.1",
64
64
  "tsx": "^4.16.5"
65
65
  },
66
- "gitHead": "0e1ecb3215a50cb6a0cb473fdce4536e88e4cca8",
66
+ "gitHead": "106c3f8b8a8362f4cdd0b6930d5d71c674511684",
67
67
  "module": "lib-esm/index.js",
68
68
  "main": "lib-esm/index.js",
69
69
  "exports": {