Frontmatter
| id | 2521 |
| title | calendar.view.calendars.List: onClick() => delay the parent call |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 28, 2021, 6:10 PM |
| updatedAt | Jun 28, 2021, 6:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2521 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 28, 2021, 6:11 PM |
The click even arrives before the CheckBox onInputValueChange() gets triggered. We need a short delay to ensure the vdom of the list item contains the new checked state.