Skip to content
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

🐞 - TuiCalendarRange change does not update checkbox position #8527

Closed
2 of 9 tasks
zhd-dm opened this issue Aug 14, 2024 · 0 comments · Fixed by #8617
Closed
2 of 9 tasks

🐞 - TuiCalendarRange change does not update checkbox position #8527

zhd-dm opened this issue Aug 14, 2024 · 0 comments · Fixed by #8617
Assignees
Labels
community contribution This issue was closed by a PR from the community v3 v4 4.0 candidate

Comments

@zhd-dm
Copy link
Member

zhd-dm commented Aug 14, 2024

Playground Link

https://stackblitz.com/edit/angular-wm2zfa?file=src%2Fapp%2Fapp.component.ts

Description

Hi!

When assigning a new value to the calendar's date field, the checkbox indicating the selected day does not update its position accordingly. The checkbox remains associated with the previous date instead of moving to the newly selected date.

When assigning a new value to the calendar's date field via a new object reference, the checkbox indicating the selected day does not update its position accordingly. The checkbox remains associated with the previous date instead of moving to the newly selected date. However, if the value is updated by selecting a key from the existing object (old reference), the issue does not occur, and the checkbox updates correctly.

Angular version

17

Taiga UI version

3.90

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment