Replies: 1 comment 1 reply
-
You are missing quotes for your string: It's the same as x-text and other directives. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Simply put, this is invalid:
<div x-sort:item="ab123-cdefg-h1adegf">
While this is valid:
<div x-sort:item="1">
I assume it is not a bug but a core functionality of the sort plugin. In that case, I propose mentioning it within the docs.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions