RootCauseunvalidated
The component's form/input onKeyDown handler is calling preventDefault for keydown events, and it does not account for the macOS meta key (Cmd), interfering with the paste shortcut.
e83df89c-fdc7-4b4c-bf25-fbfc8bd90fd0
The component's form/input onKeyDown handler is calling preventDefault for keydown events, and it does not account for the macOS meta key (Cmd), interfering with the paste shortcut.