Need More Info
Last Updated: 07 Feb 2024 12:31 by ADMIN
Benjamin
Created on: 31 Jan 2024 20:49
Category: UI for Blazor
Type: Bug Report
0
Chinese localization causes datepicker to not work

Hi,

As the subject says, when our app is on the Chinese localization `zh-CN` it causes the date picker to default. 

By default I mean the default date becomes 01 01 0001 and you cannot change it no matter what you select.

 

On any of our other localizations such as es-ES, en-US, fr-FR, etc. (zh-CN is the only one is what I'm getting at) we don't get this issue.

2 comments
ADMIN
Dimo
Posted on: 07 Feb 2024 12:31

Hello Benjamin,

I tested our DatePicker inside and outside a Form and it works as expected with Chinese localization. I don't have a .resx file with Chinese strings, but I am not sure this is relevant.

Nevertheless, I am sending my test app. Please modify it to reproduce the problem (you can also add your .resx file) and send it back for inspection. Thanks.

Regards,
Dimo
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Attached Files:
Benjamin
Posted on: 01 Feb 2024 14:36
Just wanting to mention, these are default date pickers from the TelerikForm, taking it into a FormItem's template and it works again but we have this in many places and changing every single one is just not the answer