-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(kit): InputDateTime
with [min]
/ [max]
distorts value on click
#7636
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
@@ -450,6 +450,6 @@ export class TuiInputDateTimeComponent | |||
return tuiDay; | |||
} | |||
|
|||
return [tuiDay, tuiTime]; | |||
return value as [TuiDay, TuiTime]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as main
-branch:
taiga-ui/projects/legacy/components/input-date-time/input-date-time.component.ts
Line 441 in daeba7b
return value as [TuiDay, TuiTime]; |
Visit the preview URL for this PR (updated for commit 1e41756): https://taiga-ui--pr7636-fix-date-time-bug-vo8cekqr.web.app (expires Thu, 06 Jun 2024 11:58:49 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4b5ece1e114386f6a105425ef799091475b249eb |
BundleMonFiles added (5)
Total files change +660.66KB Groups added (1)
Final result: ✅ View report in BundleMon website ➡️ |
Closes #7586