Replies: 1 comment
-
Thanks for the feedback and the CodeSandbox reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
parseDuration()
of@internationalized/date
sets boundaries to the numbers that are being parsed.Seconds are set to max 59 which prevents from parsing duration with fractional seconds above this limit:
While testing this with Temporal (polyfill) results in milli/micro/nano seconds:
Is this a desired behavior? Shouldn't it be allowed to have any decimal seconds value up to the 60?
Link to CodeSandBox.
Related: #5416
Beta Was this translation helpful? Give feedback.
All reactions