Steps to Reproduce: case1
- run the zul in
ZK-5551 - add 2 items
- click "render all"
Current Result
only the 1st item rendered
Expected Result
2 items rendered
Steps to Reproduce: case2
- add 1 item
- click "render all"
- add 1 item
- click "render all"
Current Result
no item rendered
Expected Result
2 items rendered
- relates to
-
ZK-5551 Shadow Component ForEach adds fullfil listeners everytime the syncModel method is called, doesn't clear them if component is removed
- Closed