Frontmatter
| id | 4329 |
| title | component.Base: getMountedParentIndex() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 27, 2023, 2:55 PM |
| updatedAt | Apr 27, 2023, 2:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4329 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 27, 2023, 2:57 PM |
In cases we want to dynamically show or hide items inside a given items array of a container, the vdom or container.items index is not sufficient. we need to exclude hidden items with hideMode: 'removeDom'.