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

insert without origin fails #236

Open
JoernT opened this issue Nov 25, 2023 · 0 comments
Open

insert without origin fails #236

JoernT opened this issue Nov 25, 2023 · 0 comments

Comments

@JoernT
Copy link
Contributor

JoernT commented Nov 25, 2023

using todo2.html as foundation:

When replacing existing insert with:
<fx-insert ref="task" at="1" position="before"></fx-insert>

The data still get inserted but the repeat is not showing the new entry.

When adding in a origin it works and renders the new item.

<fx-insert ref="task" origin="task" at="1" position="before"></fx-insert>

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