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