Steps to reproduce:
- Run this demo: https://codepen.io/alishera/pen/OJevYqj?editors=1010
- Wait for 2 seconds for data source to be reassigned
Actual behavior:
The loading indicator appears at the bottom of the component.
Additional information
As a workaround, you can set the repaintChangesOnly
option to false
or call the List component's updateDimensions method after reassigning the data source.