Frontmatter
| id | 4895 |
| title | calendar.view.EditEventContainer: regression bug => using form.Container.getField() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 12, 2023, 7:41 AM |
| updatedAt | Sep 12, 2023, 7:46 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4895 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2023, 7:46 AM |
when introducing lazy loaded forms, most form methods became async.
getField()is one of them. we need toawaitthe result.