I've found a bug when using named lists.
<ul>
<li data-list="list-name">Something here</li>
</ul>
Having multiple differently named lists on the same page sometimes causes the list from one bindList call to appear in the wrong list. The solution is always to clamp the context to the containing parent element.
I've found a bug when using named lists.
Having multiple differently named lists on the same page sometimes causes the list from one bindList call to appear in the wrong list. The solution is always to clamp the context to the containing parent element.