The built-in Japanese IME on macOS requires pressing Enter key to "confirm" the kanji conversion of what you typed, but pressing Enter on Kagi Assistant input box also immediately submits the form, so it's not possible to continue typing.
Reproduce steps:
- Open https://kagi.com/assistant, focus on the input box.
- Switch to Japanese IME (if not sure how to enable Japanese IME, see this article. Use the "Japanese - Romaji" input.)
- Type "nihonngo", see that it gets converted to "日本語" as you type.
- Now press Enter. Pressing Enter here was supposed to only confirm the conversion from "nihonngo" to "日本語" by the IME, but Kagi Assistant submits the form right away, page transits, and you can't continue typing what you haven't finished yet in the input box.
Reproducing video:
System environment:
macOS 15.0.1(24A348), Orion RC 0.99.129.1.1-rc (WebKit 621.1.2.111.4)
After pressing Enter while typing with Japanese IME, the form doesn't get submitted until you press Enter again. For example, if I want to type "日本語はできますか", the expected key sequence would be:
nihonngo <Enter> ha <Enter> dekimasuka <Enter> <Enter>
(It should submit the form on the last Enter.)