alpine-collective / alpine-magic-helpers

A collection of magic properties and helper functions for use with Alpine.js
https://npmjs.com/alpine-magic-helpers
MIT License
747 stars 19 forks source link

$parent not working with x-for #127

Closed SimoTod closed 3 years ago

SimoTod commented 3 years ago

$parent doesn't seem to work with x-for. See https://github.com/alpine-collective/alpine-magic-helpers/discussions/126

SimoTod commented 3 years ago

Morning @clmntgr Could you confirm https://cdn.jsdelivr.net/gh/simoTod/alpine-magic-helpers@bug/x-for/dist/index.min.js would fix the issue you found, please? Thanks

clementai commented 3 years ago

You wanted to ping @creativiii no?

leo-petrucci commented 3 years ago

Thank you for tagging me 😄 I can confirm this fixes the issue Codepen

SimoTod commented 3 years ago

You wanted to ping creativiii no?

Yep, sorry @clmntgr

SimoTod commented 3 years ago

@creativiii Fixed in v1.2.2. Thanks for reporting the issue

claytonrcarter commented 3 years ago

FWIW, 1.2.2 fixed a (related?) problem when doing something like <input type="checkbox" x-model="$parent.selected">