You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Sorry for my poor english, i have a problem on my project and i did a simple app to reproduce it.
I have a simple collection of items to display. I use a pager that will load more data from the collection when you click on a button.
The expected behaviour is that new items are added to the current list.
But in fact, when the progress bar appear just after the click on the button, then the current list disappear from the screen, and then it appears with old and new items.
Ok so i find the same kind of issue : #22
and a feature #30
In my specific case, the route doesn't change when i click on the "loadMore" button, so i'm not expecting to change the main template. I just want to display the progress bar. In only want a full loading page when i change the route.
Sorry for my poor english, i have a problem on my project and i did a simple app to reproduce it.
I have a simple collection of items to display. I use a pager that will load more data from the collection when you click on a button.
The expected behaviour is that new items are added to the current list.
But in fact, when the progress bar appear just after the click on the button, then the current list disappear from the screen, and then it appears with old and new items.
The app is here :
if you remove the mrt:iron-router-progress from the app, then you will have the expected behaviour.
Hope it helps, and that i didn't do any mistake.
The text was updated successfully, but these errors were encountered: