You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put some value in time input using keyboard, e.g. "10:25"
Focus out
Expected:
Value is properly parsed to FdDate object
Actual:
In this example you can see only red border suggesting that value is invalid. There is also an error in console.
I've been working on this a bit locally and problem occurs for many locales (e.g. fr, pl, de and many more). After FdDate object is created, all of its fields are set to undefined. Issue also affects date-time picker
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
"@angular/core": "^19.2.3",
"@fundamental-ngx/core": "^0.54.0" -> but latest one is also affected
The text was updated successfully, but these errors were encountered:
Is this a bug, enhancement, or feature request?
Bug
Briefly describe your proposal.
Time picker parses valid time input to 'Invalid Date' for some locales.
Date-time picker is also affected.
Repro steps:
Expected:
Value is properly parsed to FdDate object
Actual:
In this example you can see only red border suggesting that value is invalid. There is also an error in console.
I've been working on this a bit locally and problem occurs for many locales (e.g. fr, pl, de and many more). After FdDate object is created, all of its fields are set to undefined. Issue also affects date-time picker
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
"@angular/core": "^19.2.3",
"@fundamental-ngx/core": "^0.54.0" -> but latest one is also affected
The text was updated successfully, but these errors were encountered: