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 #8477

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

🐞 - TuiCalendarRange change does not update checkbox position #8477

zhd-dm opened this issue Aug 12, 2024 · 0 comments · Fixed by #8488
Labels
v3 v4 4.0 candidate

Comments

@zhd-dm
Copy link
Member

zhd-dm commented Aug 12, 2024

Playground Link

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

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.

2024-08-12.16.36.46.mov

Angular version

No response

Taiga UI version

3.89.0

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
Labels
v3 v4 4.0 candidate
Development

Successfully merging a pull request may close this issue.

2 participants