EvolvedWeb / evowc

Evolved Web Components
MIT License
8 stars 0 forks source link

Looped Event Handler does not use the correct variable name #68

Closed intervalia closed 8 months ago

intervalia commented 9 months ago

Describe the bug The loop event handler does not use the correct item variable name when calling the loopItemHandler_? function

To Reproduce Use an item name other than item. For example using todo below:

$for="#filteredList as todo.key"

Expected behavior Correct variable name should be used

Screenshots image

intervalia commented 9 months ago

Will be fixed in next release