JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Date & Time Pickers › TimePicker needle starts and keeps spinning › Reply To: TimePicker needle starts and keeps spinning
September 16, 2019 at 6:35 am
#100335
admin
Keymaster
Hi Dimitar,
- animation=none does indeed resolve the issue
- my time zone
Intl.DateTimeFormat().resolvedOptions()
{
"locale": "en-GB",
"calendar": "gregory",
"numberingSystem": "latn",
"timeZone": "Asia/Seoul",
"year": "numeric",
"month": "2-digit",
"day": "2-digit"
} - no console output (info, debug, warning, error)
Thanks,