Frontmatter
| id | 1703 |
| title | container.Base: insert() => trigger model.resolveBindings(item) if needed |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 1, 2021, 2:11 PM |
| updatedAt | Apr 1, 2021, 2:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1703 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 1, 2021, 2:20 PM |
in case the item has no own model, but parent model(s), we need to trigger
resolveBindings()on the closest parent model after theNeo.create()call.at this point, the item is already fully constructed, so we don't need a listener on the
constructedevent.