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
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
The text was updated successfully, but these errors were encountered:
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?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: