Frontmatter
| id | 4241 |
| title | component.DateSelector: clicking the currently active date needs to trigger a change event |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 1, 2023, 5:06 PM |
| updatedAt | Apr 1, 2023, 5:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4241 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 1, 2023, 5:09 PM |
important for
form.field.Date:while a DateField can have a value of
null, this is not the case forcomponent.DateSelector. Opening a DateField without a value and clicking on the current date should update the related form field.