-
Alpine.js 3.8.0 + 3.8.1: According to the documetnation pages about state and data Alpine supports nested data or components. But either I have missed something in the documetnation or I have hit an unsupported case. Simplified example works without nested data/refs I guess the issue is that while the If this is not considered a bug or missing functionality (and thus would be implemented), how should one implement this in the cleanest fashion? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You don't need $ref for those examples. You are trying to reimplement x-model. |
Beta Was this translation helpful? Give feedback.
-
@SimoTod whilte I have to agree about "reimplement[ing] x-model", I think it should work nonetheless, shouldn't it? |
Beta Was this translation helpful? Give feedback.
You don't need $ref for those examples. You are trying to reimplement x-model.