Skip to content

bug: TextInput does not properly support non-Latin languages (Japanese, Chinese, etc.) #58

@kidmysoul

Description

@kidmysoul

Description:
When using TextInput with languages that require an IME (e.g., Japanese or Chinese), input events are debounced even before the text is confirmed. This causes issues where incomplete words trigger updates prematurely.

Expected behavior:
The debounce function should wait until the IME input is confirmed (i.e., after compositionend) before triggering updates.

Actual behavior:
Debounce fires immediately, leading to incomplete or unintended input processing.

for example 
Each character is triggering the event when typing, for example, “東京” (Tokyo).
Ideally, the search should be triggered only after the full input “tokyo” is converted to “東京”.

2025-03-28.15.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions