Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of sorting in README.md has errors #197

Open
jacobq opened this issue Feb 28, 2022 · 0 comments
Open

Example of sorting in README.md has errors #197

jacobq opened this issue Feb 28, 2022 · 0 comments

Comments

@jacobq
Copy link
Contributor

jacobq commented Feb 28, 2022

Currently the README contains a mistake in this example:

<SortableObjects @sortableObjectList={{this.sortableObjectList}} @sortEndAction={{fn this.sortEndAction}} @enableSort={{true}} @useSwap={{true}} @inPlace={{false}} @sortingScope={{"sortingGroup"}}>
  {{#each sortableObjectList as |item|}}
    <DraggableObject
       content=item isSortable=true sortingScope="sortingGroup"
    ><!-- ^^^ these should not be HTML attributes but rather component arguments ^^^ -->
      {{item.name}}
    </DraggableObject>
  {{/each}}
</SortableObjects>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant