We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using todo2.html as foundation:
When replacing existing insert with: <fx-insert ref="task" at="1" position="before"></fx-insert>
<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.
origin
<fx-insert ref="task" origin="task" at="1" position="before"></fx-insert>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: