Frontmatter
| id | 4040 |
| title | component.Base: show() with hideMode: ''removeDom'' |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Feb 12, 2023, 10:52 PM |
| updatedAt | Feb 12, 2023, 11:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4040 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 12, 2023, 11:48 PM |
component.Base: show() with hideMode: 'removeDom'
tobiu assigned to @tobiu on Feb 12, 2023, 10:52 PM

tobiu
Feb 12, 2023, 10:53 PM
closing the ticket. we can definitely re-open it in case this is needed.
tobiu closed this issue on Feb 12, 2023, 10:53 PM

tobiu
Feb 12, 2023, 11:47 PM
well, i did forget the "silent mode".
tobiu reopened this issue on Feb 12, 2023, 11:47 PM
tobiu closed this issue on Feb 12, 2023, 11:48 PM
i tested this on various scenarios e.g.
examples.button.splitto hide a trigger and it did not work for me.removeDomrelies a bit on toggling on / off for child nodes. in case we want therootthough, we would most likely need to trigger an update on the parent component, in case it exists.the probably easier way which should work is using
render(true)instead ofupdate().@Dinkh can you please double-check this change. Especially on your own apps in case you are not using a different hideMode there.
thx!