Unplanned
Last Updated: 13 Oct 2025 15:40 by ChenCheng
ChenCheng
Created on: 13 Oct 2025 15:40
Category: Date Picker
Type: Bug Report
0
DatePicker keyboard input is strange when the keyboard is switched to the Chinese Traditional Microsoft Zhuyin input method(繁體中文微軟注音輸入法)

Bug Report

When using the DatePicker with the Chinese Traditional Microsoft Zhuyin input method, pressing a number key results in the number being entered twice into the input field. This does not occur with standard input methods (e.g., English US). The issue appears to be related to how the input method editor (IME) interacts with the DatePicker's input handling.

Steps To Reproduce
Open the Dojo:
Go to https://runner.telerik.io/fullscreen/YXQqjzdx

Locate the DatePicker:
Click on the input field that opens the Kendo UI DatePicker.

Switch Input Method:
Change your keyboard input method to:
Chinese Traditional - Microsoft Zhuyin Input Method (體中文微軟注音輸入法)

Type a Number:
Press any number key (e.g., 1, 2, etc.) on your keyboard.

Observe the Behavior:
The number appears twice in the input field (e.g., pressing 1 results in 11).

Actual Behavior
Number being entered twice

Expected Behavior
The number shall be entered once

0 comments