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
Documentation for dom-repeat.itemsIndexAs is exactly the same as dom-repeat.indexAs. I suspect that the dom-repeat.itemsIndexAs documentation should say things which are "opposite" to the dom-repeat.indexAs documentation.
Possible fix
/** * The name of the variable to add to the binding scope with the index * for the item. If `sort` or `filter` is provided, the item index will reflect the * original array order (rather than the sorted and filtered order). */
Versions
Current master
The text was updated successfully, but these errors were encountered:
Description
Documentation for dom-repeat.itemsIndexAs is exactly the same as dom-repeat.indexAs. I suspect that the dom-repeat.itemsIndexAs documentation should say things which are "opposite" to the dom-repeat.indexAs documentation.
Possible fix
Versions
Current master
The text was updated successfully, but these errors were encountered: