We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing the Enter key to confirm a converted word in the Japanese IME causes the filter dialog to close unexpectedly.
This problem happen on Remix. Vite is no problem.
https://stackblitz.com/edit/remix-run-remix-9ccvms25
System: OS: Windows 11 10.0.22621 CPU: (16) x64 AMD Ryzen 7 9800X3D 8-Core Processor Memory: 44.36 GB / 61.59 GB Binaries: Node: 20.15.0 - C:\Program Files\nodejs\node.EXE npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD pnpm: 9.14.2 - C:\Program Files\nodejs\pnpm.CMD Browsers: Edge: Chromium (131.0.2903.51) Internet Explorer: 11.0.22621.3527
おんせん
https://gist.github.com/CRC32EX/b05988bb96bf7910a25cad74f5a9c589/revisions
primereact/components/lib/dropdown/Dropdown.js
+ if (event.is_composing === false) { + onEnterKey(event); + }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Pressing the Enter key to confirm a converted word in the Japanese IME causes the filter dialog to close unexpectedly.
This problem happen on Remix.
Vite is no problem.
Reproducer
https://stackblitz.com/edit/remix-run-remix-9ccvms25
System Information
Steps to reproduce the behavior
おんせん
Expected behavior
Possible solution
https://gist.github.com/CRC32EX/b05988bb96bf7910a25cad74f5a9c589/revisions
primereact/components/lib/dropdown/Dropdown.js
Reference
The text was updated successfully, but these errors were encountered: