Files
fizzy/app/javascript/controllers
gijigae e03c002efd Fix Japanese IME input handling for tags and form fields
When typing in Japanese, the Enter key is used to confirm kanji conversion
during IME composition. Previously, pressing Enter would immediately save
the tag, which prevented users from completing the conversion.

Changes:
- Add isComposing check to navigable_list_controller.js Enter handler
- Add IME composition tracking to form_controller.js
- Add compositionstart/compositionend event handlers to tag, step, and
  reaction input fields
- Add preventComposingSubmit action to prevent form submission during
  composition

This fix supports all IME input methods (Japanese, Chinese, Korean, etc.)
using standard browser composition events.
2025-12-06 17:26:35 +09:00
..
2024-06-21 13:19:56 +01:00
2025-07-24 14:49:53 -05:00
2025-04-09 14:09:08 -05:00
2024-06-21 13:19:56 +01:00
2025-09-12 11:01:56 +02:00
2025-07-22 22:42:36 -05:00
2025-09-22 15:52:30 -05:00