fxos-components/fastlist

Emptying data-source and .reloadData() doesn't empty list

Closed this issue · 2 comments

There are cases when the number of items in the data-source could be reset to less than the number of <li>s rendered. In this case we are not removing unneeded <li>s from the DOM. Giving the impression that the list hasn't been re-rendered.

Will work on it tomorrow hopefully.