Child nodes are hiding after selecting their parent

Hi
I'm working on project that uses syncfusion diagram. In very specific case i found problem with selecting nodes.
I've created stackblitz as an example.

How to recreate:
  1. Click on the load button
  2. Click on the biggest node
  3. Click on one of rectangles that are glued to biggest node.
On stackblitz there are only connections hiding, but in my project (where I 've copied problematic diagram from) child nodes are also hidden

Thank you
Jan Jakubowski

1 Reply 1 reply marked as answer

AR Aravind Ravi Syncfusion Team July 13, 2020 02:14 PM UTC

Hi Jan,  
 
On Analyzing the given sample you have set node and connector ID as number. By default , in the diagram, for node and connector ID should be start with alphabet followed with number or special characters. Node id should not be start with number or any special characters. So please set node & connector id start with alphabet and node & connector ID should be unique.   
 
Regards  
Aravind Ravi  


Marked as answer
Loader.
Up arrow icon