Frontmatter
| id | 5594 |
| title | model.Component: data property setter => getting the same value for dates |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 20, 2024, 6:35 PM |
| updatedAt | Jul 20, 2024, 6:35 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5594 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 20, 2024, 6:35 PM |
when accessing a VM date prop, we get the same instance instead of a copy.
so, when changing it, oldValue & value would stay the same and
onDataPropertyChange()won't get executed.concrete use case: inside the calendar widget, the arrow buttons next to the "Today" button no longer work.