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
iron-list can not be reused, items from previous array are mixed with newly bound array
Expected outcome
old items should be purged
reset or clear method should be provided
Actual outcome
when new array is smaller that previous, items from previous array are displayed at the end of the list, not all, but I believe what is left over from scrolling buffer
Steps to reproduce
iron-list window height: 20 rows
step 1
bind array of 200 items
iron-list displays all items as expected, infinite scrolling works.
step 2
bind different array of 10 items
iron-list in 20 row window, will display first 10 items from new array and after that some rows from step 1 array will be displayed
other than that, iron-list is great!
The text was updated successfully, but these errors were encountered:
iron-list can not be reused, items from previous array are mixed with newly bound array
Expected outcome
Actual outcome
when new array is smaller that previous, items from previous array are displayed at the end of the list, not all, but I believe what is left over from scrolling buffer
Steps to reproduce
step 1
step 2
other than that, iron-list is great!
The text was updated successfully, but these errors were encountered: